Html Css Color HEX #BBC02B Rio Grande

📋 copy color: '#BBC02B'

red 187 ◦ green 192 ◦ blue 43

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

Shades of Rio Grande #BBC02B

Tints of Rio Grande #BBC02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.19%

R = 44.31%
G = 45.5%
B = 10.19%

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

#BBC02B (or 0xBBC02B) is known color: Rio Grande. HEX triplet: BB, C0 and 2B. RGB value is (187,192,43). Sum of RGB (Red+Green+Blue) = 187+192+43=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC02B is #443FD4. Grayscale: #AEAEAE. Windows color (decimal): -4472789 or 2867387. OLE color: 2867387.

HSL color Cylindrical-coordinate representation of color #BBC02B: hue angle of 62.01º degrees, saturation: 0.63, 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 #BBC02B is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 43 -
CMYK 0.03 0 0.78 0.25
HSL 62.01º 0.63% 0.46% -
HSV(B) 62.01º 0.78% 0.75% -
XYZ 39.78 48.44 9.54 -
YUV 173.52 54.34 137.62 -
System Red Green Blue C M Y K H S L
Decimal 187 192 43 0.03 0 0.78 0.25 62.01 0.63 0.46
Hex BB C0 2B 3 0 4E 19 3E 3F 2E
Octal 273 300 53 3 0 116 31 76 77 56
Binary 10111011 11000000 101011 11 0 1001110 11001 111110 111111 101110

Color Harmonies of #BBC02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC02B

Black with #BBC02B

Text Example


Text Example

White with #BBC02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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