Html Css Color HEX #B6AF28 Earls Green

📋 copy color: '#B6AF28'

red 182 ◦ green 175 ◦ blue 40

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

Shades of Earls Green #B6AF28

Tints of Earls Green #B6AF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.08%

 BLUE value IS 40 (16.02% from 255) = 10.08%

R = 45.84%
G = 44.08%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B6AF28 (or 0xB6AF28) is known color: Earls Green. HEX triplet: B6, AF and 28. RGB value is (182,175,40). Sum of RGB (Red+Green+Blue) = 182+175+40=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AF28 is #4950D7. Grayscale: #A2A2A2. Windows color (decimal): -4804824 or 2666422. OLE color: 2666422.

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

Color convert

RGB 182 175 40 -
CMYK 0 0.04 0.78 0.29
HSL 57.04º 0.64% 0.44% -
HSV(B) 57.04º 0.78% 0.71% -
XYZ 35 40.76 8.03 -
YUV 161.7 59.32 142.48 -
System Red Green Blue C M Y K H S L
Decimal 182 175 40 0 0.04 0.78 0.29 57.04 0.64 0.44
Hex B6 AF 28 0 4 4E 1D 39 40 2C
Octal 266 257 50 0 4 116 35 71 100 54
Binary 10110110 10101111 101000 0 100 1001110 11101 111001 1000000 101100

Color Harmonies of #B6AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AF28

Black with #B6AF28

Text Example


Text Example

White with #B6AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AF28; }

 p { color: rgb(182,175,40); }

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

background-color css

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

 a { background-color: rgb(182,175,40); }

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

border-color css

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

 span { border-color: rgb(182,175,40); }

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