Html Css Color HEX #B4AE2D Earls Green

📋 copy color: '#B4AE2D'

red 180 ◦ green 174 ◦ blue 45

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

Shades of Earls Green #B4AE2D

Tints of Earls Green #B4AE2D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.61%

 BLUE value IS 45 (17.97% from 255) = 11.28%

R = 45.11%
G = 43.61%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B4AE2D (or 0xB4AE2D) is known color: Earls Green. HEX triplet: B4, AE and 2D. RGB value is (180,174,45). Sum of RGB (Red+Green+Blue) = 180+174+45=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AE2D is #4B51D2. Grayscale: #A1A1A1. Windows color (decimal): -4936147 or 2993844. OLE color: 2993844.

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

Color convert

RGB 180 174 45 -
CMYK 0 0.03 0.75 0.29
HSL 57.33º 0.6% 0.44% -
HSV(B) 57.33º 0.75% 0.71% -
XYZ 34.43 40.16 8.42 -
YUV 161.09 62.49 141.49 -
System Red Green Blue C M Y K H S L
Decimal 180 174 45 0 0.03 0.75 0.29 57.33 0.6 0.44
Hex B4 AE 2D 0 3 4B 1D 39 3C 2C
Octal 264 256 55 0 3 113 35 71 74 54
Binary 10110100 10101110 101101 0 11 1001011 11101 111001 111100 101100

Color Harmonies of #B4AE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AE2D

Black with #B4AE2D

Text Example


Text Example

White with #B4AE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AE2D; }

 p { color: rgb(180,174,45); }

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

background-color css

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

 a { background-color: rgb(180,174,45); }

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

border-color css

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

 span { border-color: rgb(180,174,45); }

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