Html Css Color HEX #B2A62D Earls Green

📋 copy color: '#B2A62D'

red 178 ◦ green 166 ◦ blue 45

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

Shades of Earls Green #B2A62D

Tints of Earls Green #B2A62D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.67%

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

R = 45.76%
G = 42.67%
B = 11.57%

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

#B2A62D (or 0xB2A62D) is known color: Earls Green. HEX triplet: B2, A6 and 2D. RGB value is (178,166,45). Sum of RGB (Red+Green+Blue) = 178+166+45=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A62D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A62D is #4D59D2. Grayscale: #9C9C9C. Windows color (decimal): -5069267 or 2991794. OLE color: 2991794.

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

Color convert

RGB 178 166 45 -
CMYK 0 0.07 0.75 0.30
HSL 54.59º 0.6% 0.44% -
HSV(B) 54.59º 0.75% 0.7% -
XYZ 32.47 36.93 7.9 -
YUV 155.79 65.48 143.84 -
System Red Green Blue C M Y K H S L
Decimal 178 166 45 0 0.07 0.75 0.30 54.59 0.6 0.44
Hex B2 A6 2D 0 7 4B 1E 37 3C 2C
Octal 262 246 55 0 7 113 36 67 74 54
Binary 10110010 10100110 101101 0 111 1001011 11110 110111 111100 101100

Color Harmonies of #B2A62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A62D

Black with #B2A62D

Text Example


Text Example

White with #B2A62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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