Html Css Color HEX #B6A52A Earls Green

📋 copy color: '#B6A52A'

red 182 ◦ green 165 ◦ blue 42

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

Shades of Earls Green #B6A52A

Tints of Earls Green #B6A52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.42%

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

R = 46.79%
G = 42.42%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6A52A (or 0xB6A52A) is known color: Earls Green. HEX triplet: B6, A5 and 2A. RGB value is (182,165,42). Sum of RGB (Red+Green+Blue) = 182+165+42=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A52A is #495AD5. Grayscale: #9C9C9C. Windows color (decimal): -4807382 or 2794934. OLE color: 2794934.

HSL color Cylindrical-coordinate representation of color #B6A52A: hue angle of 52.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6A52A is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 165 42 -
CMYK 0 0.09 0.77 0.29
HSL 52.71º 0.63% 0.44% -
HSV(B) 52.71º 0.77% 0.71% -
XYZ 33.16 37.02 7.59 -
YUV 156.06 63.63 146.5 -
System Red Green Blue C M Y K H S L
Decimal 182 165 42 0 0.09 0.77 0.29 52.71 0.63 0.44
Hex B6 A5 2A 0 9 4D 1D 35 3E 2C
Octal 266 245 52 0 11 115 35 65 76 54
Binary 10110110 10100101 101010 0 1001 1001101 11101 110101 111110 101100

Color Harmonies of #B6A52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A52A

Black with #B6A52A

Text Example


Text Example

White with #B6A52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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