Html Css Color HEX #BBD118 Rio Grande

📋 copy color: '#BBD118'

red 187 ◦ green 209 ◦ blue 24

#BBD118
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BBD118

Tints of Rio Grande #BBD118

RGB

 RED value IS 187 (73.44% from 255) = 44.52%

 GREEN value IS 209 (82.03% from 255) = 49.76%

 BLUE value IS 24 (9.77% from 255) = 5.71%

R = 44.52%
G = 49.76%
B = 5.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#BBD118 (or 0xBBD118) is known color: Rio Grande. HEX triplet: BB, D1 and 18. RGB value is (187,209,24). Sum of RGB (Red+Green+Blue) = 187+209+24=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD118 is #442EE7. Grayscale: #B6B6B6. Windows color (decimal): -4468456 or 1626555. OLE color: 1626555.

HSL color Cylindrical-coordinate representation of color #BBD118: hue angle of 67.14º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBD118 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 209 24 -
CMYK 0.11 0 0.89 0.18
HSL 67.14º 0.79% 0.46% -
HSV(B) 67.14º 0.89% 0.82% -
XYZ 43.46 56.23 9.43 -
YUV 181.33 39.21 132.04 -
System Red Green Blue C M Y K H S L
Decimal 187 209 24 0.11 0 0.89 0.18 67.14 0.79 0.46
Hex BB D1 18 B 0 59 12 43 4F 2E
Octal 273 321 30 13 0 131 22 103 117 56
Binary 10111011 11010001 11000 1011 0 1011001 10010 1000011 1001111 101110

Color Harmonies of #BBD118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD118

Black with #BBD118

Text Example


Text Example

White with #BBD118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD118; }

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

 H1.HeaderClassName
 {
   color: #BBD118;
 }
 .AnyTagClassName
 {
   color: #BBD118;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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