Html Css Color HEX #B6A32E Earls Green

📋 copy color: '#B6A32E'

red 182 ◦ green 163 ◦ blue 46

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

Shades of Earls Green #B6A32E

Tints of Earls Green #B6A32E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

 BLUE value IS 46 (18.36% from 255) = 11.76%

R = 46.55%
G = 41.69%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6A32E (or 0xB6A32E) is known color: Earls Green. HEX triplet: B6, A3 and 2E. RGB value is (182,163,46). Sum of RGB (Red+Green+Blue) = 182+163+46=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A32E is #495CD1. Grayscale: #9B9B9B. Windows color (decimal): -4807890 or 3056566. OLE color: 3056566.

HSL color Cylindrical-coordinate representation of color #B6A32E: hue angle of 51.62º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6A32E is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 163 46 -
CMYK 0 0.10 0.75 0.29
HSL 51.62º 0.6% 0.45% -
HSV(B) 51.62º 0.75% 0.71% -
XYZ 32.88 36.34 7.87 -
YUV 155.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 182 163 46 0 0.10 0.75 0.29 51.62 0.6 0.45
Hex B6 A3 2E 0 A 4B 1D 34 3C 2D
Octal 266 243 56 0 12 113 35 64 74 55
Binary 10110110 10100011 101110 0 1010 1001011 11101 110100 111100 101101

Color Harmonies of #B6A32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A32E

Black with #B6A32E

Text Example


Text Example

White with #B6A32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A32E; }

 p { color: rgb(182,163,46); }

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

background-color css

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

 a { background-color: rgb(182,163,46); }

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

border-color css

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

 span { border-color: rgb(182,163,46); }

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