Html Css Color HEX #B2A028 Earls Green

📋 copy color: '#B2A028'

red 178 ◦ green 160 ◦ blue 40

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

Shades of Earls Green #B2A028

Tints of Earls Green #B2A028

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.33%

 BLUE value IS 40 (16.02% from 255) = 10.58%

R = 47.09%
G = 42.33%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B2A028 (or 0xB2A028) is known color: Earls Green. HEX triplet: B2, A0 and 28. RGB value is (178,160,40). Sum of RGB (Red+Green+Blue) = 178+160+40=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A028 is #4D5FD7. Grayscale: #989898. Windows color (decimal): -5070808 or 2662578. OLE color: 2662578.

HSL color Cylindrical-coordinate representation of color #B2A028: hue angle of 52.17º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2A028 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 160 40 -
CMYK 0 0.10 0.78 0.30
HSL 52.17º 0.63% 0.43% -
HSV(B) 52.17º 0.78% 0.7% -
XYZ 31.31 34.76 7.07 -
YUV 151.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 178 160 40 0 0.10 0.78 0.30 52.17 0.63 0.43
Hex B2 A0 28 0 A 4E 1E 34 3F 2B
Octal 262 240 50 0 12 116 36 64 77 53
Binary 10110010 10100000 101000 0 1010 1001110 11110 110100 111111 101011

Color Harmonies of #B2A028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A028

Black with #B2A028

Text Example


Text Example

White with #B2A028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A028; }

 p { color: rgb(178,160,40); }

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

background-color css

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

 a { background-color: rgb(178,160,40); }

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

border-color css

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

 span { border-color: rgb(178,160,40); }

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