Html Css Color HEX #B0A62D Earls Green

📋 copy color: '#B0A62D'

red 176 ◦ green 166 ◦ blue 45

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

Shades of Earls Green #B0A62D

Tints of Earls Green #B0A62D

RGB

 RED value IS 176 (69.14% from 255) = 45.48%

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

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

R = 45.48%
G = 42.89%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0A62D (or 0xB0A62D) is known color: Earls Green. HEX triplet: B0, A6 and 2D. RGB value is (176,166,45). Sum of RGB (Red+Green+Blue) = 176+166+45=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A62D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A62D is #4F59D2. Grayscale: #9B9B9B. Windows color (decimal): -5200339 or 2991792. OLE color: 2991792.

HSL color Cylindrical-coordinate representation of color #B0A62D: hue angle of 55.42º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0A62D is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 166 45 -
CMYK 0 0.06 0.74 0.31
HSL 55.42º 0.59% 0.43% -
HSV(B) 55.42º 0.74% 0.69% -
XYZ 32.01 36.69 7.88 -
YUV 155.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 176 166 45 0 0.06 0.74 0.31 55.42 0.59 0.43
Hex B0 A6 2D 0 6 4A 1F 37 3B 2B
Octal 260 246 55 0 6 112 37 67 73 53
Binary 10110000 10100110 101101 0 110 1001010 11111 110111 111011 101011

Color Harmonies of #B0A62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A62D

Black with #B0A62D

Text Example


Text Example

White with #B0A62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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