Html Css Color HEX #B2A026 Earls Green

📋 copy color: '#B2A026'

red 178 ◦ green 160 ◦ blue 38

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

Shades of Earls Green #B2A026

Tints of Earls Green #B2A026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.11%

R = 47.34%
G = 42.55%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B2A026 (or 0xB2A026) is known color: Earls Green. HEX triplet: B2, A0 and 26. RGB value is (178,160,38). Sum of RGB (Red+Green+Blue) = 178+160+38=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A026 is #4D5FD9. Grayscale: #979797. Windows color (decimal): -5070810 or 2531506. OLE color: 2531506.

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

Color convert

RGB 178 160 38 -
CMYK 0 0.10 0.79 0.30
HSL 52.29º 0.65% 0.42% -
HSV(B) 52.29º 0.79% 0.7% -
XYZ 31.28 34.75 6.89 -
YUV 151.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 178 160 38 0 0.10 0.79 0.30 52.29 0.65 0.42
Hex B2 A0 26 0 A 4F 1E 34 41 2A
Octal 262 240 46 0 12 117 36 64 101 52
Binary 10110010 10100000 100110 0 1010 1001111 11110 110100 1000001 101010

Color Harmonies of #B2A026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A026

Black with #B2A026

Text Example


Text Example

White with #B2A026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A026; }

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

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

background-color css

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

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

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

border-color css

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

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

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