Html Css Color HEX #B6BC2A Rio Grande

📋 copy color: '#B6BC2A'

red 182 ◦ green 188 ◦ blue 42

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

Shades of Rio Grande #B6BC2A

Tints of Rio Grande #B6BC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.19%

R = 44.17%
G = 45.63%
B = 10.19%

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

#B6BC2A (or 0xB6BC2A) is known color: Rio Grande. HEX triplet: B6, BC and 2A. RGB value is (182,188,42). Sum of RGB (Red+Green+Blue) = 182+188+42=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BC2A is #4943D5. Grayscale: #AAAAAA. Windows color (decimal): -4801494 or 2800822. OLE color: 2800822.

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

Color convert

RGB 182 188 42 -
CMYK 0.03 0 0.78 0.26
HSL 62.47º 0.63% 0.45% -
HSV(B) 62.47º 0.78% 0.74% -
XYZ 37.69 46.08 9.1 -
YUV 169.56 56.01 136.87 -
System Red Green Blue C M Y K H S L
Decimal 182 188 42 0.03 0 0.78 0.26 62.47 0.63 0.45
Hex B6 BC 2A 3 0 4E 1A 3E 3F 2D
Octal 266 274 52 3 0 116 32 76 77 55
Binary 10110110 10111100 101010 11 0 1001110 11010 111110 111111 101101

Color Harmonies of #B6BC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BC2A

Black with #B6BC2A

Text Example


Text Example

White with #B6BC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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