Html Css Color HEX #BBC32B Rio Grande

📋 copy color: '#BBC32B'

red 187 ◦ green 195 ◦ blue 43

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

Shades of Rio Grande #BBC32B

Tints of Rio Grande #BBC32B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.88%

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

R = 44%
G = 45.88%
B = 10.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#BBC32B (or 0xBBC32B) is known color: Rio Grande. HEX triplet: BB, C3 and 2B. RGB value is (187,195,43). Sum of RGB (Red+Green+Blue) = 187+195+43=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC32B is #443CD4. Grayscale: #AFAFAF. Windows color (decimal): -4472021 or 2868155. OLE color: 2868155.

HSL color Cylindrical-coordinate representation of color #BBC32B: hue angle of 63.16º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBC32B is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 43 -
CMYK 0.04 0 0.78 0.24
HSL 63.16º 0.64% 0.47% -
HSV(B) 63.16º 0.78% 0.76% -
XYZ 40.44 49.77 9.76 -
YUV 175.28 53.35 136.36 -
System Red Green Blue C M Y K H S L
Decimal 187 195 43 0.04 0 0.78 0.24 63.16 0.64 0.47
Hex BB C3 2B 4 0 4E 18 3F 40 2F
Octal 273 303 53 4 0 116 30 77 100 57
Binary 10111011 11000011 101011 100 0 1001110 11000 111111 1000000 101111

Color Harmonies of #BBC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC32B

Black with #BBC32B

Text Example


Text Example

White with #BBC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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