Html Css Color HEX #B4AB2A Earls Green

📋 copy color: '#B4AB2A'

red 180 ◦ green 171 ◦ blue 42

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

Shades of Earls Green #B4AB2A

Tints of Earls Green #B4AB2A

RGB

 RED value IS 180 (70.7% from 255) = 45.8%

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

 BLUE value IS 42 (16.8% from 255) = 10.69%

R = 45.8%
G = 43.51%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B4AB2A (or 0xB4AB2A) is known color: Earls Green. HEX triplet: B4, AB and 2A. RGB value is (180,171,42). Sum of RGB (Red+Green+Blue) = 180+171+42=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AB2A is #4B54D5. Grayscale: #9F9F9F. Windows color (decimal): -4936918 or 2796468. OLE color: 2796468.

HSL color Cylindrical-coordinate representation of color #B4AB2A: hue angle of 56.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4AB2A is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 171 42 -
CMYK 0 0.05 0.77 0.29
HSL 56.09º 0.62% 0.44% -
HSV(B) 56.09º 0.77% 0.71% -
XYZ 33.8 39 7.94 -
YUV 158.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 180 171 42 0 0.05 0.77 0.29 56.09 0.62 0.44
Hex B4 AB 2A 0 5 4D 1D 38 3E 2C
Octal 264 253 52 0 5 115 35 70 76 54
Binary 10110100 10101011 101010 0 101 1001101 11101 111000 111110 101100

Color Harmonies of #B4AB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AB2A

Black with #B4AB2A

Text Example


Text Example

White with #B4AB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AB2A; }

 p { color: rgb(180,171,42); }

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

background-color css

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

 a { background-color: rgb(180,171,42); }

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

border-color css

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

 span { border-color: rgb(180,171,42); }

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