Html Css Color HEX #B2A814 Earls Green

📋 copy color: '#B2A814'

red 178 ◦ green 168 ◦ blue 20

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

Shades of Earls Green #B2A814

Tints of Earls Green #B2A814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.46%

R = 48.63%
G = 45.9%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B2A814 (or 0xB2A814) is known color: Earls Green. HEX triplet: B2, A8 and 14. RGB value is (178,168,20). Sum of RGB (Red+Green+Blue) = 178+168+20=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A814 is #4D57EB. Grayscale: #9A9A9A. Windows color (decimal): -5068780 or 1353906. OLE color: 1353906.

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

Color convert

RGB 178 168 20 -
CMYK 0 0.06 0.89 0.30
HSL 56.2º 0.8% 0.39% -
HSV(B) 56.2º 0.89% 0.7% -
XYZ 32.49 37.52 6.19 -
YUV 154.12 52.31 145.03 -
System Red Green Blue C M Y K H S L
Decimal 178 168 20 0 0.06 0.89 0.30 56.2 0.8 0.39
Hex B2 A8 14 0 6 59 1E 38 50 27
Octal 262 250 24 0 6 131 36 70 120 47
Binary 10110010 10101000 10100 0 110 1011001 11110 111000 1010000 100111

Color Harmonies of #B2A814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A814

Black with #B2A814

Text Example


Text Example

White with #B2A814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A814; }

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

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

background-color css

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

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

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

border-color css

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

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

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