Html Css Color HEX #B2AB2E Earls Green

📋 copy color: '#B2AB2E'

red 178 ◦ green 171 ◦ blue 46

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

Shades of Earls Green #B2AB2E

Tints of Earls Green #B2AB2E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

 BLUE value IS 46 (18.36% from 255) = 11.65%

R = 45.06%
G = 43.29%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2AB2E (or 0xB2AB2E) is known color: Earls Green. HEX triplet: B2, AB and 2E. RGB value is (178,171,46). Sum of RGB (Red+Green+Blue) = 178+171+46=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB2E is #4D54D1. Grayscale: #9F9F9F. Windows color (decimal): -5067986 or 3058610. OLE color: 3058610.

HSL color Cylindrical-coordinate representation of color #B2AB2E: hue angle of 56.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2AB2E is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 46 -
CMYK 0 0.04 0.74 0.30
HSL 56.82º 0.59% 0.44% -
HSV(B) 56.82º 0.74% 0.7% -
XYZ 33.42 38.79 8.31 -
YUV 158.84 64.32 141.66 -
System Red Green Blue C M Y K H S L
Decimal 178 171 46 0 0.04 0.74 0.30 56.82 0.59 0.44
Hex B2 AB 2E 0 4 4A 1E 39 3B 2C
Octal 262 253 56 0 4 112 36 71 73 54
Binary 10110010 10101011 101110 0 100 1001010 11110 111001 111011 101100

Color Harmonies of #B2AB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB2E

Black with #B2AB2E

Text Example


Text Example

White with #B2AB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB2E; }

 p { color: rgb(178,171,46); }

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

background-color css

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

 a { background-color: rgb(178,171,46); }

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

border-color css

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

 span { border-color: rgb(178,171,46); }

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