Html Css Color HEX #B0A82D Earls Green

📋 copy color: '#B0A82D'

red 176 ◦ green 168 ◦ blue 45

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

Shades of Earls Green #B0A82D

Tints of Earls Green #B0A82D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.19%

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

R = 45.24%
G = 43.19%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0A82D (or 0xB0A82D) is known color: Earls Green. HEX triplet: B0, A8 and 2D. RGB value is (176,168,45). Sum of RGB (Red+Green+Blue) = 176+168+45=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A82D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A82D is #4F57D2. Grayscale: #9C9C9C. Windows color (decimal): -5199827 or 2992304. OLE color: 2992304.

HSL color Cylindrical-coordinate representation of color #B0A82D: hue angle of 56.34º 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 #B0A82D is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 168 45 -
CMYK 0 0.05 0.74 0.31
HSL 56.34º 0.59% 0.43% -
HSV(B) 56.34º 0.74% 0.69% -
XYZ 32.38 37.42 8 -
YUV 156.37 65.15 142 -
System Red Green Blue C M Y K H S L
Decimal 176 168 45 0 0.05 0.74 0.31 56.34 0.59 0.43
Hex B0 A8 2D 0 5 4A 1F 38 3B 2B
Octal 260 250 55 0 5 112 37 70 73 53
Binary 10110000 10101000 101101 0 101 1001010 11111 111000 111011 101011

Color Harmonies of #B0A82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A82D

Black with #B0A82D

Text Example


Text Example

White with #B0A82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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