Html Css Color HEX #BBD120 Rio Grande

📋 copy color: '#BBD120'

red 187 ◦ green 209 ◦ blue 32

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

Shades of Rio Grande #BBD120

Tints of Rio Grande #BBD120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.48%

R = 43.69%
G = 48.83%
B = 7.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#BBD120 (or 0xBBD120) is known color: Rio Grande. HEX triplet: BB, D1 and 20. RGB value is (187,209,32). Sum of RGB (Red+Green+Blue) = 187+209+32=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD120 is #442EDF. Grayscale: #B6B6B6. Windows color (decimal): -4468448 or 2150843. OLE color: 2150843.

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

Color convert

RGB 187 209 32 -
CMYK 0.11 0 0.85 0.18
HSL 67.46º 0.73% 0.47% -
HSV(B) 67.46º 0.85% 0.82% -
XYZ 43.55 56.27 9.93 -
YUV 182.24 43.21 131.39 -
System Red Green Blue C M Y K H S L
Decimal 187 209 32 0.11 0 0.85 0.18 67.46 0.73 0.47
Hex BB D1 20 B 0 55 12 43 49 2F
Octal 273 321 40 13 0 125 22 103 111 57
Binary 10111011 11010001 100000 1011 0 1010101 10010 1000011 1001001 101111

Color Harmonies of #BBD120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD120

Black with #BBD120

Text Example


Text Example

White with #BBD120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD120; }

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

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

background-color css

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

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

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

border-color css

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

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

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