Html Css Color HEX #B2AE2D Earls Green

📋 copy color: '#B2AE2D'

red 178 ◦ green 174 ◦ blue 45

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

Shades of Earls Green #B2AE2D

Tints of Earls Green #B2AE2D

RGB

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

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

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

R = 44.84%
G = 43.83%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2AE2D (or 0xB2AE2D) is known color: Earls Green. HEX triplet: B2, AE and 2D. RGB value is (178,174,45). Sum of RGB (Red+Green+Blue) = 178+174+45=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AE2D is #4D51D2. Grayscale: #A1A1A1. Windows color (decimal): -5067219 or 2993842. OLE color: 2993842.

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

Color convert

RGB 178 174 45 -
CMYK 0 0.02 0.75 0.30
HSL 58.2º 0.6% 0.44% -
HSV(B) 58.2º 0.75% 0.7% -
XYZ 33.97 39.93 8.4 -
YUV 160.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 178 174 45 0 0.02 0.75 0.30 58.2 0.6 0.44
Hex B2 AE 2D 0 2 4B 1E 3A 3C 2C
Octal 262 256 55 0 2 113 36 72 74 54
Binary 10110010 10101110 101101 0 10 1001011 11110 111010 111100 101100

Color Harmonies of #B2AE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AE2D

Black with #B2AE2D

Text Example


Text Example

White with #B2AE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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