Html Css Color HEX #B0B126 Earls Green

📋 copy color: '#B0B126'

red 176 ◦ green 177 ◦ blue 38

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

Shades of Earls Green #B0B126

Tints of Earls Green #B0B126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.72%

R = 45.01%
G = 45.27%
B = 9.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B0B126 (or 0xB0B126) is known color: Earls Green. HEX triplet: B0, B1 and 26. RGB value is (176,177,38). Sum of RGB (Red+Green+Blue) = 176+177+38=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B126 is #4F4ED9. Grayscale: #A1A1A1. Windows color (decimal): -5197530 or 2535856. OLE color: 2535856.

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

Color convert

RGB 176 177 38 -
CMYK 0.01 0 0.79 0.31
HSL 60.43º 0.65% 0.42% -
HSV(B) 60.43º 0.79% 0.69% -
XYZ 33.98 40.81 7.92 -
YUV 160.86 58.67 138.8 -
System Red Green Blue C M Y K H S L
Decimal 176 177 38 0.01 0 0.79 0.31 60.43 0.65 0.42
Hex B0 B1 26 1 0 4F 1F 3C 41 2A
Octal 260 261 46 1 0 117 37 74 101 52
Binary 10110000 10110001 100110 1 0 1001111 11111 111100 1000001 101010

Color Harmonies of #B0B126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B126

Black with #B0B126

Text Example


Text Example

White with #B0B126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B126; }

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

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

background-color css

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

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

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

border-color css

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

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

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