Html Css Color HEX #B0A725 Earls Green

📋 copy color: '#B0A725'

red 176 ◦ green 167 ◦ blue 37

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

Shades of Earls Green #B0A725

Tints of Earls Green #B0A725

RGB

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

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

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

R = 46.32%
G = 43.95%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B0A725 (or 0xB0A725) is known color: Earls Green. HEX triplet: B0, A7 and 25. RGB value is (176,167,37). Sum of RGB (Red+Green+Blue) = 176+167+37=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A725 is #4F58DA. Grayscale: #9B9B9B. Windows color (decimal): -5200091 or 2467760. OLE color: 2467760.

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

Color convert

RGB 176 167 37 -
CMYK 0 0.05 0.79 0.31
HSL 56.12º 0.65% 0.42% -
HSV(B) 56.12º 0.79% 0.69% -
XYZ 32.06 37 7.2 -
YUV 154.87 61.48 143.07 -
System Red Green Blue C M Y K H S L
Decimal 176 167 37 0 0.05 0.79 0.31 56.12 0.65 0.42
Hex B0 A7 25 0 5 4F 1F 38 41 2A
Octal 260 247 45 0 5 117 37 70 101 52
Binary 10110000 10100111 100101 0 101 1001111 11111 111000 1000001 101010

Color Harmonies of #B0A725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A725

Black with #B0A725

Text Example


Text Example

White with #B0A725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A725; }

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

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

background-color css

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

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

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

border-color css

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

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

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