Html Css Color HEX #B0A325 Earls Green

📋 copy color: '#B0A325'

red 176 ◦ green 163 ◦ blue 37

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

Shades of Earls Green #B0A325

Tints of Earls Green #B0A325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.35%

 BLUE value IS 37 (14.84% from 255) = 9.84%

R = 46.81%
G = 43.35%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B0A325 (or 0xB0A325) is known color: Earls Green. HEX triplet: B0, A3 and 25. RGB value is (176,163,37). Sum of RGB (Red+Green+Blue) = 176+163+37=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A325 is #4F5CDA. Grayscale: #999999. Windows color (decimal): -5201115 or 2466736. OLE color: 2466736.

HSL color Cylindrical-coordinate representation of color #B0A325: hue angle of 54.39º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0A325 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 163 37 -
CMYK 0 0.07 0.79 0.31
HSL 54.39º 0.65% 0.42% -
HSV(B) 54.39º 0.79% 0.69% -
XYZ 31.34 35.56 6.96 -
YUV 152.52 62.81 144.75 -
System Red Green Blue C M Y K H S L
Decimal 176 163 37 0 0.07 0.79 0.31 54.39 0.65 0.42
Hex B0 A3 25 0 7 4F 1F 36 41 2A
Octal 260 243 45 0 7 117 37 66 101 52
Binary 10110000 10100011 100101 0 111 1001111 11111 110110 1000001 101010

Color Harmonies of #B0A325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A325

Black with #B0A325

Text Example


Text Example

White with #B0A325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A325; }

 p { color: rgb(176,163,37); }

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

background-color css

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

 a { background-color: rgb(176,163,37); }

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

border-color css

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

 span { border-color: rgb(176,163,37); }

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