Html Css Color HEX #BBC529 Rio Grande

📋 copy color: '#BBC529'

red 187 ◦ green 197 ◦ blue 41

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

Shades of Rio Grande #BBC529

Tints of Rio Grande #BBC529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.35%

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

R = 44%
G = 46.35%
B = 9.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#BBC529 (or 0xBBC529) is known color: Rio Grande. HEX triplet: BB, C5 and 29. RGB value is (187,197,41). Sum of RGB (Red+Green+Blue) = 187+197+41=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC529 is #443AD6. Grayscale: #B0B0B0. Windows color (decimal): -4471511 or 2737595. OLE color: 2737595.

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

Color convert

RGB 187 197 41 -
CMYK 0.05 0 0.79 0.23
HSL 63.85º 0.66% 0.47% -
HSV(B) 63.85º 0.79% 0.77% -
XYZ 40.86 50.66 9.72 -
YUV 176.23 51.69 135.68 -
System Red Green Blue C M Y K H S L
Decimal 187 197 41 0.05 0 0.79 0.23 63.85 0.66 0.47
Hex BB C5 29 5 0 4F 17 40 42 2F
Octal 273 305 51 5 0 117 27 100 102 57
Binary 10111011 11000101 101001 101 0 1001111 10111 1000000 1000010 101111

Color Harmonies of #BBC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC529

Black with #BBC529

Text Example


Text Example

White with #BBC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC529; }

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

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

background-color css

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

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

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

border-color css

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

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

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