Html Css Color HEX #B6A522 Earls Green

📋 copy color: '#B6A522'

red 182 ◦ green 165 ◦ blue 34

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

Shades of Earls Green #B6A522

Tints of Earls Green #B6A522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.92%

R = 47.77%
G = 43.31%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B6A522 (or 0xB6A522) is known color: Earls Green. HEX triplet: B6, A5 and 22. RGB value is (182,165,34). Sum of RGB (Red+Green+Blue) = 182+165+34=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A522 is #495ADD. Grayscale: #9B9B9B. Windows color (decimal): -4807390 or 2270646. OLE color: 2270646.

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

Color convert

RGB 182 165 34 -
CMYK 0 0.09 0.81 0.29
HSL 53.11º 0.69% 0.42% -
HSV(B) 53.11º 0.81% 0.71% -
XYZ 33.04 36.97 6.91 -
YUV 155.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 182 165 34 0 0.09 0.81 0.29 53.11 0.69 0.42
Hex B6 A5 22 0 9 51 1D 35 45 2A
Octal 266 245 42 0 11 121 35 65 105 52
Binary 10110110 10100101 100010 0 1001 1010001 11101 110101 1000101 101010

Color Harmonies of #B6A522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A522

Black with #B6A522

Text Example


Text Example

White with #B6A522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A522; }

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

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

background-color css

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

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

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

border-color css

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

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

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