Html Css Color HEX #B0A72D Earls Green

📋 copy color: '#B0A72D'

red 176 ◦ green 167 ◦ blue 45

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

Shades of Earls Green #B0A72D

Tints of Earls Green #B0A72D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.04%

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

R = 45.36%
G = 43.04%
B = 11.6%

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

#B0A72D (or 0xB0A72D) is known color: Earls Green. HEX triplet: B0, A7 and 2D. RGB value is (176,167,45). Sum of RGB (Red+Green+Blue) = 176+167+45=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A72D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A72D is #4F58D2. Grayscale: #9C9C9C. Windows color (decimal): -5200083 or 2992048. OLE color: 2992048.

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

Color convert

RGB 176 167 45 -
CMYK 0 0.05 0.74 0.31
HSL 55.88º 0.59% 0.43% -
HSV(B) 55.88º 0.74% 0.69% -
XYZ 32.2 37.06 7.94 -
YUV 155.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 176 167 45 0 0.05 0.74 0.31 55.88 0.59 0.43
Hex B0 A7 2D 0 5 4A 1F 38 3B 2B
Octal 260 247 55 0 5 112 37 70 73 53
Binary 10110000 10100111 101101 0 101 1001010 11111 111000 111011 101011

Color Harmonies of #B0A72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A72D

Black with #B0A72D

Text Example


Text Example

White with #B0A72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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