#BBCF18

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

Shades of Rio Grande #BBCF18

Tints of Rio Grande #BBCF18

Color information

#BBCF18 (or 0xBBCF18) is unknown color: approx Rio Grande. HEX triplet: BB, CF and 18. RGB value is (187,207,24). Sum of RGB (Red+Green+Blue) = 187+207+24=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF18 is #4430E7. Grayscale: #B4B4B4. Windows color (decimal): -4468968 or 1626043. OLE color: 1626043.

HSL color Cylindrical-coordinate representation of color #BBCF18: hue angle of 66.56º 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 #BBCF18 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB18720724-
CMYK0.1000.880.19
HSL66.56º79.22%45.29%-
HSV(B)66.56º88.41%81.18%-
XYZ42.9755.269.26-
YUV180.1639.87132.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 207 (81.25% from 255) = 49.52%
BLUE value IS 24 (9.77% from 255) = 5.74%
R=44.74%
G=49.52%
B=5.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal187207240.1000.880.1966.5679.2245.29
HexBBCF18A05813434f2d
Octal273317301201302310311755
Binary1011101111001111110001010010110001001110000111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCF18; }

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

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

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

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

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

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

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

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