Html Css Color HEX #B4AD2C Earls Green

📋 copy color: '#B4AD2C'

red 180 ◦ green 173 ◦ blue 44

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

Shades of Earls Green #B4AD2C

Tints of Earls Green #B4AD2C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.58%

 BLUE value IS 44 (17.58% from 255) = 11.08%

R = 45.34%
G = 43.58%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4AD2C (or 0xB4AD2C) is known color: Earls Green. HEX triplet: B4, AD and 2C. RGB value is (180,173,44). Sum of RGB (Red+Green+Blue) = 180+173+44=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD2C is #4B52D3. Grayscale: #A0A0A0. Windows color (decimal): -4936404 or 2928052. OLE color: 2928052.

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

Color convert

RGB 180 173 44 -
CMYK 0 0.04 0.76 0.29
HSL 56.91º 0.61% 0.44% -
HSV(B) 56.91º 0.76% 0.71% -
XYZ 34.22 39.77 8.26 -
YUV 160.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 180 173 44 0 0.04 0.76 0.29 56.91 0.61 0.44
Hex B4 AD 2C 0 4 4C 1D 39 3D 2C
Octal 264 255 54 0 4 114 35 71 75 54
Binary 10110100 10101101 101100 0 100 1001100 11101 111001 111101 101100

Color Harmonies of #B4AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD2C

Black with #B4AD2C

Text Example


Text Example

White with #B4AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD2C; }

 p { color: rgb(180,173,44); }

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

background-color css

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

 a { background-color: rgb(180,173,44); }

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

border-color css

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

 span { border-color: rgb(180,173,44); }

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