#B9CF18

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

Shades of Rio Grande #B9CF18

Tints of Rio Grande #B9CF18

Color information

#B9CF18 (or 0xB9CF18) is unknown color: approx Rio Grande. HEX triplet: B9, CF and 18. RGB value is (185,207,24). Sum of RGB (Red+Green+Blue) = 185+207+24=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CF18 is #4630E7. Grayscale: #B4B4B4. Windows color (decimal): -4600040 or 1626041. OLE color: 1626041.

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

Color convert

RGB18520724-
CMYK0.1100.880.19
HSL67.21º79.22%45.29%-
HSV(B)67.21º88.41%81.18%-
XYZ42.4955.019.24-
YUV179.5640.21131.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 207 (81.25% from 255) = 49.76%
BLUE value IS 24 (9.77% from 255) = 5.77%
R=44.47%
G=49.76%
B=5.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185207240.1100.880.1967.2179.2245.29
HexB9CF18B05813434f2d
Octal271317301301302310311755
Binary1011100111001111110001011010110001001110000111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CF18; }

 p { color: rgb(185,207,24); }

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

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

 a { background-color: rgb(185,207,24); }

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

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

 span { border-color: rgb(185,207,24); }

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