Html Css Color HEX #B2A81A Earls Green

📋 copy color: '#B2A81A'

red 178 ◦ green 168 ◦ blue 26

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

Shades of Earls Green #B2A81A

Tints of Earls Green #B2A81A

RGB

 RED value IS 178 (69.92% from 255) = 47.85%

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

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

R = 47.85%
G = 45.16%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2A81A (or 0xB2A81A) is known color: Earls Green. HEX triplet: B2, A8 and 1A. RGB value is (178,168,26). Sum of RGB (Red+Green+Blue) = 178+168+26=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A81A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A81A is #4D57E5. Grayscale: #9B9B9B. Windows color (decimal): -5068774 or 1747122. OLE color: 1747122.

HSL color Cylindrical-coordinate representation of color #B2A81A: hue angle of 56.05º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2A81A is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 168 26 -
CMYK 0 0.06 0.85 0.30
HSL 56.05º 0.75% 0.4% -
HSV(B) 56.05º 0.85% 0.7% -
XYZ 32.55 37.54 6.51 -
YUV 154.8 55.31 144.55 -
System Red Green Blue C M Y K H S L
Decimal 178 168 26 0 0.06 0.85 0.30 56.05 0.75 0.4
Hex B2 A8 1A 0 6 55 1E 38 4B 28
Octal 262 250 32 0 6 125 36 70 113 50
Binary 10110010 10101000 11010 0 110 1010101 11110 111000 1001011 101000

Color Harmonies of #B2A81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A81A

Black with #B2A81A

Text Example


Text Example

White with #B2A81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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