#BBD418

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

Shades of Rio Grande #BBD418

Tints of Rio Grande #BBD418

Color information

#BBD418 (or 0xBBD418) is unknown color: approx Rio Grande. HEX triplet: BB, D4 and 18. RGB value is (187,212,24). Sum of RGB (Red+Green+Blue) = 187+212+24=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD418 is #442BE7. Grayscale: #B7B7B7. Windows color (decimal): -4467688 or 1627323. OLE color: 1627323.

HSL color Cylindrical-coordinate representation of color #BBD418: hue angle of 67.98º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBD418 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB18721224-
CMYK0.1200.890.17
HSL67.98º79.66%46.27%-
HSV(B)67.98º88.68%83.14%-
XYZ44.257.729.68-
YUV183.0938.22130.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 212 (83.20% from 255) = 50.12%
BLUE value IS 24 (9.77% from 255) = 5.67%
R=44.21%
G=50.12%
B=5.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal187212240.1200.890.1767.9879.6646.27
HexBBD418C0591144502e
Octal273324301401312110412056
Binary1011101111010100110001100010110011000110001001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD418; }

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

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

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

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

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

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

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

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