Html Css Color HEX #B0A41D Earls Green

📋 copy color: '#B0A41D'

red 176 ◦ green 164 ◦ blue 29

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

Shades of Earls Green #B0A41D

Tints of Earls Green #B0A41D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.44%

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

R = 47.7%
G = 44.44%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0A41D (or 0xB0A41D) is known color: Earls Green. HEX triplet: B0, A4 and 1D. RGB value is (176,164,29). Sum of RGB (Red+Green+Blue) = 176+164+29=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A41D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A41D is #4F5BE2. Grayscale: #989898. Windows color (decimal): -5200867 or 1942704. OLE color: 1942704.

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

Color convert

RGB 176 164 29 -
CMYK 0 0.07 0.84 0.31
HSL 55.1º 0.72% 0.4% -
HSV(B) 55.1º 0.84% 0.69% -
XYZ 31.4 35.87 6.43 -
YUV 152.2 58.48 144.98 -
System Red Green Blue C M Y K H S L
Decimal 176 164 29 0 0.07 0.84 0.31 55.1 0.72 0.4
Hex B0 A4 1D 0 7 54 1F 37 48 28
Octal 260 244 35 0 7 124 37 67 110 50
Binary 10110000 10100100 11101 0 111 1010100 11111 110111 1001000 101000

Color Harmonies of #B0A41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A41D

Black with #B0A41D

Text Example


Text Example

White with #B0A41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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