Html Css Color HEX #B0A71D Earls Green

📋 copy color: '#B0A71D'

red 176 ◦ green 167 ◦ blue 29

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

Shades of Earls Green #B0A71D

Tints of Earls Green #B0A71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.8%

R = 47.31%
G = 44.89%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0A71D (or 0xB0A71D) is known color: Earls Green. HEX triplet: B0, A7 and 1D. RGB value is (176,167,29). Sum of RGB (Red+Green+Blue) = 176+167+29=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A71D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A71D is #4F58E2. Grayscale: #9A9A9A. Windows color (decimal): -5200099 or 1943472. OLE color: 1943472.

HSL color Cylindrical-coordinate representation of color #B0A71D: hue angle of 56.33º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0A71D is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 167 29 -
CMYK 0 0.05 0.84 0.31
HSL 56.33º 0.72% 0.4% -
HSV(B) 56.33º 0.84% 0.69% -
XYZ 31.94 36.96 6.61 -
YUV 153.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 176 167 29 0 0.05 0.84 0.31 56.33 0.72 0.4
Hex B0 A7 1D 0 5 54 1F 38 48 28
Octal 260 247 35 0 5 124 37 70 110 50
Binary 10110000 10100111 11101 0 101 1010100 11111 111000 1001000 101000

Color Harmonies of #B0A71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A71D

Black with #B0A71D

Text Example


Text Example

White with #B0A71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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