Html Css Color HEX #BBC329 Rio Grande

📋 copy color: '#BBC329'

red 187 ◦ green 195 ◦ blue 41

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

Shades of Rio Grande #BBC329

Tints of Rio Grande #BBC329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.69%

R = 44.21%
G = 46.1%
B = 9.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#BBC329 (or 0xBBC329) is known color: Rio Grande. HEX triplet: BB, C3 and 29. RGB value is (187,195,41). Sum of RGB (Red+Green+Blue) = 187+195+41=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC329 is #443CD6. Grayscale: #AFAFAF. Windows color (decimal): -4472023 or 2737083. OLE color: 2737083.

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

Color convert

RGB 187 195 41 -
CMYK 0.04 0 0.79 0.24
HSL 63.12º 0.65% 0.46% -
HSV(B) 63.12º 0.79% 0.76% -
XYZ 40.41 49.76 9.57 -
YUV 175.05 52.35 136.52 -
System Red Green Blue C M Y K H S L
Decimal 187 195 41 0.04 0 0.79 0.24 63.12 0.65 0.46
Hex BB C3 29 4 0 4F 18 3F 41 2E
Octal 273 303 51 4 0 117 30 77 101 56
Binary 10111011 11000011 101001 100 0 1001111 11000 111111 1000001 101110

Color Harmonies of #BBC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC329

Black with #BBC329

Text Example


Text Example

White with #BBC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC329; }

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

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

background-color css

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

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

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

border-color css

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

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

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