Html Css Color HEX #B6A81A Earls Green

📋 copy color: '#B6A81A'

red 182 ◦ green 168 ◦ blue 26

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

Shades of Earls Green #B6A81A

Tints of Earls Green #B6A81A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.68%

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 48.4%
G = 44.68%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B6A81A (or 0xB6A81A) is known color: Earls Green. HEX triplet: B6, A8 and 1A. RGB value is (182,168,26). Sum of RGB (Red+Green+Blue) = 182+168+26=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A81A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A81A is #4957E5. Grayscale: #9C9C9C. Windows color (decimal): -4806630 or 1747126. OLE color: 1747126.

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

Color convert

RGB 182 168 26 -
CMYK 0 0.08 0.86 0.29
HSL 54.62º 0.75% 0.41% -
HSV(B) 54.62º 0.86% 0.71% -
XYZ 33.48 38.02 6.55 -
YUV 156 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 182 168 26 0 0.08 0.86 0.29 54.62 0.75 0.41
Hex B6 A8 1A 0 8 56 1D 37 4B 29
Octal 266 250 32 0 10 126 35 67 113 51
Binary 10110110 10101000 11010 0 1000 1010110 11101 110111 1001011 101001

Color Harmonies of #B6A81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A81A

Black with #B6A81A

Text Example


Text Example

White with #B6A81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A81A; }

 p { color: rgb(182,168,26); }

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

background-color css

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

 a { background-color: rgb(182,168,26); }

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

border-color css

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

 span { border-color: rgb(182,168,26); }

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