Html Css Color HEX #B0B124 Earls Green

📋 copy color: '#B0B124'

red 176 ◦ green 177 ◦ blue 36

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

Shades of Earls Green #B0B124

Tints of Earls Green #B0B124

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.5%

 BLUE value IS 36 (14.45% from 255) = 9.25%

R = 45.24%
G = 45.5%
B = 9.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B0B124 (or 0xB0B124) is known color: Earls Green. HEX triplet: B0, B1 and 24. RGB value is (176,177,36). Sum of RGB (Red+Green+Blue) = 176+177+36=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B124 is #4F4EDB. Grayscale: #A1A1A1. Windows color (decimal): -5197532 or 2404784. OLE color: 2404784.

HSL color Cylindrical-coordinate representation of color #B0B124: hue angle of 60.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0B124 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 177 36 -
CMYK 0.01 0 0.80 0.31
HSL 60.43º 0.66% 0.42% -
HSV(B) 60.43º 0.8% 0.69% -
XYZ 33.95 40.8 7.76 -
YUV 160.63 57.67 138.96 -
System Red Green Blue C M Y K H S L
Decimal 176 177 36 0.01 0 0.80 0.31 60.43 0.66 0.42
Hex B0 B1 24 1 0 50 1F 3C 42 2A
Octal 260 261 44 1 0 120 37 74 102 52
Binary 10110000 10110001 100100 1 0 1010000 11111 111100 1000010 101010

Color Harmonies of #B0B124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B124

Black with #B0B124

Text Example


Text Example

White with #B0B124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B124; }

 p { color: rgb(176,177,36); }

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

background-color css

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

 a { background-color: rgb(176,177,36); }

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

border-color css

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

 span { border-color: rgb(176,177,36); }

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