Html Css Color HEX #BBC420 Rio Grande

📋 copy color: '#BBC420'

red 187 ◦ green 196 ◦ blue 32

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

Shades of Rio Grande #BBC420

Tints of Rio Grande #BBC420

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.23%

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

R = 45.06%
G = 47.23%
B = 7.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#BBC420 (or 0xBBC420) is known color: Rio Grande. HEX triplet: BB, C4 and 20. RGB value is (187,196,32). Sum of RGB (Red+Green+Blue) = 187+196+32=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC420 is #443BDF. Grayscale: #AFAFAF. Windows color (decimal): -4471776 or 2147515. OLE color: 2147515.

HSL color Cylindrical-coordinate representation of color #BBC420: hue angle of 63.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBC420 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 32 -
CMYK 0.05 0 0.84 0.23
HSL 63.29º 0.72% 0.45% -
HSV(B) 63.29º 0.84% 0.77% -
XYZ 40.49 50.15 8.91 -
YUV 174.61 47.52 136.84 -
System Red Green Blue C M Y K H S L
Decimal 187 196 32 0.05 0 0.84 0.23 63.29 0.72 0.45
Hex BB C4 20 5 0 54 17 3F 48 2D
Octal 273 304 40 5 0 124 27 77 110 55
Binary 10111011 11000100 100000 101 0 1010100 10111 111111 1001000 101101

Color Harmonies of #BBC420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC420

Black with #BBC420

Text Example


Text Example

White with #BBC420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC420; }

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

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

background-color css

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

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

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

border-color css

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

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

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