#BFCE17

Color #BFCE17 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BFCE17

Tints of Rio Grande #BFCE17

Color information

#BFCE17 (or 0xBFCE17) is unknown color: approx Rio Grande. HEX triplet: BF, CE and 17. RGB value is (191,206,23). Sum of RGB (Red+Green+Blue) = 191+206+23=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCE17 is #4031E8. Grayscale: #B5B5B5. Windows color (decimal): -4207081 or 1560255. OLE color: 1560255.

HSL color Cylindrical-coordinate representation of color #BFCE17: hue angle of 64.92º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFCE17 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB19120623-
CMYK0.0700.890.19
HSL64.92º79.91%44.9%-
HSV(B)64.92º88.83%80.78%-
XYZ43.7155.289.18-
YUV180.6539.03135.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 206 (80.86% from 255) = 49.05%
BLUE value IS 23 (9.38% from 255) = 5.48%
R=45.48%
G=49.05%
B=5.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191206230.0700.890.1964.9279.9144.9
HexBFCE1770591341502d
Octal27731627701312310112055
Binary101111111100111010111111010110011001110000011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCE17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCE17; }

 p { color: rgb(191,206,23); }

 H1.HeaderClassName
 {
   color: #BFCE17;
 }
 .AnyTagClassName
 {
   color: #BFCE17;
 }
</style>
background-color css

<style>
 a { background-color: #BFCE17; }

 a { background-color: rgb(191,206,23); }

 div.DivClassName
 {
   background-color: #BFCE17;
 }
 .BgClassName
 {
   background-color: #BFCE17;
 }
</style>
border-color css

<style>
 span { border-color: #BFCE17; }

 span { border-color: rgb(191,206,23); }

 td.TdClassName
 {
   border-color: #BFCE17;
 }
 .TagClassName
 {
   border-color: #BFCE17;
 }
</style>