Html Css Color HEX #B2A818 Earls Green

📋 copy color: '#B2A818'

red 178 ◦ green 168 ◦ blue 24

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

Shades of Earls Green #B2A818

Tints of Earls Green #B2A818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.49%

R = 48.11%
G = 45.41%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B2A818 (or 0xB2A818) is known color: Earls Green. HEX triplet: B2, A8 and 18. RGB value is (178,168,24). Sum of RGB (Red+Green+Blue) = 178+168+24=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A818 is #4D57E7. Grayscale: #9B9B9B. Windows color (decimal): -5068776 or 1616050. OLE color: 1616050.

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

Color convert

RGB 178 168 24 -
CMYK 0 0.06 0.87 0.30
HSL 56.1º 0.76% 0.4% -
HSV(B) 56.1º 0.87% 0.7% -
XYZ 32.53 37.54 6.39 -
YUV 154.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 178 168 24 0 0.06 0.87 0.30 56.1 0.76 0.4
Hex B2 A8 18 0 6 57 1E 38 4C 28
Octal 262 250 30 0 6 127 36 70 114 50
Binary 10110010 10101000 11000 0 110 1010111 11110 111000 1001100 101000

Color Harmonies of #B2A818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A818

Black with #B2A818

Text Example


Text Example

White with #B2A818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A818; }

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

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

background-color css

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

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

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

border-color css

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

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

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