Html Css Color HEX #BBC02A Rio Grande

📋 copy color: '#BBC02A'

red 187 ◦ green 192 ◦ blue 42

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

Shades of Rio Grande #BBC02A

Tints of Rio Grande #BBC02A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.61%

 BLUE value IS 42 (16.8% from 255) = 9.98%

R = 44.42%
G = 45.61%
B = 9.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BBC02A (or 0xBBC02A) is known color: Rio Grande. HEX triplet: BB, C0 and 2A. RGB value is (187,192,42). Sum of RGB (Red+Green+Blue) = 187+192+42=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC02A is #443FD5. Grayscale: #AEAEAE. Windows color (decimal): -4472790 or 2801851. OLE color: 2801851.

HSL color Cylindrical-coordinate representation of color #BBC02A: hue angle of 62º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBC02A is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 42 -
CMYK 0.03 0 0.78 0.25
HSL 62º 0.64% 0.46% -
HSV(B) 62º 0.78% 0.75% -
XYZ 39.76 48.43 9.44 -
YUV 173.41 53.84 137.7 -
System Red Green Blue C M Y K H S L
Decimal 187 192 42 0.03 0 0.78 0.25 62 0.64 0.46
Hex BB C0 2A 3 0 4E 19 3E 40 2E
Octal 273 300 52 3 0 116 31 76 100 56
Binary 10111011 11000000 101010 11 0 1001110 11001 111110 1000000 101110

Color Harmonies of #BBC02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC02A

Black with #BBC02A

Text Example


Text Example

White with #BBC02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC02A; }

 p { color: rgb(187,192,42); }

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

background-color css

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

 a { background-color: rgb(187,192,42); }

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

border-color css

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

 span { border-color: rgb(187,192,42); }

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