Html Css Color HEX #B6AE26 Earls Green

📋 copy color: '#B6AE26'

red 182 ◦ green 174 ◦ blue 38

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

Shades of Earls Green #B6AE26

Tints of Earls Green #B6AE26

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.16%

 BLUE value IS 38 (15.23% from 255) = 9.64%

R = 46.19%
G = 44.16%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B6AE26 (or 0xB6AE26) is known color: Earls Green. HEX triplet: B6, AE and 26. RGB value is (182,174,38). Sum of RGB (Red+Green+Blue) = 182+174+38=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AE26 is #4951D9. Grayscale: #A1A1A1. Windows color (decimal): -4805082 or 2535094. OLE color: 2535094.

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

Color convert

RGB 182 174 38 -
CMYK 0 0.04 0.79 0.29
HSL 56.67º 0.65% 0.43% -
HSV(B) 56.67º 0.79% 0.71% -
XYZ 34.78 40.36 7.79 -
YUV 160.89 58.65 143.06 -
System Red Green Blue C M Y K H S L
Decimal 182 174 38 0 0.04 0.79 0.29 56.67 0.65 0.43
Hex B6 AE 26 0 4 4F 1D 39 41 2B
Octal 266 256 46 0 4 117 35 71 101 53
Binary 10110110 10101110 100110 0 100 1001111 11101 111001 1000001 101011

Color Harmonies of #B6AE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AE26

Black with #B6AE26

Text Example


Text Example

White with #B6AE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AE26; }

 p { color: rgb(182,174,38); }

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

background-color css

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

 a { background-color: rgb(182,174,38); }

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

border-color css

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

 span { border-color: rgb(182,174,38); }

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