Html Css Color HEX #B2A80E Earls Green

📋 copy color: '#B2A80E'

red 178 ◦ green 168 ◦ blue 14

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

Shades of Earls Green #B2A80E

Tints of Earls Green #B2A80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.89%

R = 49.44%
G = 46.67%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2A80E (or 0xB2A80E) is known color: Earls Green. HEX triplet: B2, A8 and 0E. RGB value is (178,168,14). Sum of RGB (Red+Green+Blue) = 178+168+14=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A80E is #4D57F1. Grayscale: #9A9A9A. Windows color (decimal): -5068786 or 960690. OLE color: 960690.

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

Color convert

RGB 178 168 14 -
CMYK 0 0.06 0.92 0.30
HSL 56.34º 0.85% 0.38% -
HSV(B) 56.34º 0.92% 0.7% -
XYZ 32.44 37.5 5.94 -
YUV 153.43 49.31 145.52 -
System Red Green Blue C M Y K H S L
Decimal 178 168 14 0 0.06 0.92 0.30 56.34 0.85 0.38
Hex B2 A8 E 0 6 5C 1E 38 55 26
Octal 262 250 16 0 6 134 36 70 125 46
Binary 10110010 10101000 1110 0 110 1011100 11110 111000 1010101 100110

Color Harmonies of #B2A80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A80E

Black with #B2A80E

Text Example


Text Example

White with #B2A80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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