Html Css Color HEX #B6BC29 Rio Grande

📋 copy color: '#B6BC29'

red 182 ◦ green 188 ◦ blue 41

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

Shades of Rio Grande #B6BC29

Tints of Rio Grande #B6BC29

RGB

 RED value IS 182 (71.48% from 255) = 44.28%

 GREEN value IS 188 (73.83% from 255) = 45.74%

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

R = 44.28%
G = 45.74%
B = 9.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#B6BC29 (or 0xB6BC29) is known color: Rio Grande. HEX triplet: B6, BC and 29. RGB value is (182,188,41). Sum of RGB (Red+Green+Blue) = 182+188+41=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BC29 is #4943D6. Grayscale: #AAAAAA. Windows color (decimal): -4801495 or 2735286. OLE color: 2735286.

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

Color convert

RGB 182 188 41 -
CMYK 0.03 0 0.78 0.26
HSL 62.45º 0.64% 0.45% -
HSV(B) 62.45º 0.78% 0.74% -
XYZ 37.67 46.07 9 -
YUV 169.45 55.51 136.95 -
System Red Green Blue C M Y K H S L
Decimal 182 188 41 0.03 0 0.78 0.26 62.45 0.64 0.45
Hex B6 BC 29 3 0 4E 1A 3E 40 2D
Octal 266 274 51 3 0 116 32 76 100 55
Binary 10110110 10111100 101001 11 0 1001110 11010 111110 1000000 101101

Color Harmonies of #B6BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BC29

Black with #B6BC29

Text Example


Text Example

White with #B6BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BC29; }

 p { color: rgb(182,188,41); }

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

background-color css

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

 a { background-color: rgb(182,188,41); }

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

border-color css

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

 span { border-color: rgb(182,188,41); }

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