Html Css Color HEX #B2A52D Earls Green

📋 copy color: '#B2A52D'

red 178 ◦ green 165 ◦ blue 45

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

Shades of Earls Green #B2A52D

Tints of Earls Green #B2A52D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.53%

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

R = 45.88%
G = 42.53%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2A52D (or 0xB2A52D) is known color: Earls Green. HEX triplet: B2, A5 and 2D. RGB value is (178,165,45). Sum of RGB (Red+Green+Blue) = 178+165+45=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A52D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A52D is #4D5AD2. Grayscale: #9B9B9B. Windows color (decimal): -5069523 or 2991538. OLE color: 2991538.

HSL color Cylindrical-coordinate representation of color #B2A52D: hue angle of 54.14º 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 #B2A52D is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 165 45 -
CMYK 0 0.07 0.75 0.30
HSL 54.14º 0.6% 0.44% -
HSV(B) 54.14º 0.75% 0.7% -
XYZ 32.29 36.56 7.84 -
YUV 155.21 65.81 144.26 -
System Red Green Blue C M Y K H S L
Decimal 178 165 45 0 0.07 0.75 0.30 54.14 0.6 0.44
Hex B2 A5 2D 0 7 4B 1E 36 3C 2C
Octal 262 245 55 0 7 113 36 66 74 54
Binary 10110010 10100101 101101 0 111 1001011 11110 110110 111100 101100

Color Harmonies of #B2A52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A52D

Black with #B2A52D

Text Example


Text Example

White with #B2A52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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