Html Css Color HEX #B7B128 Earls Green

📋 copy color: '#B7B128'

red 183 ◦ green 177 ◦ blue 40

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

Shades of Earls Green #B7B128

Tints of Earls Green #B7B128

RGB

 RED value IS 183 (71.88% from 255) = 45.75%

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

 BLUE value IS 40 (16.02% from 255) = 10%

R = 45.75%
G = 44.25%
B = 10%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B7B128 (or 0xB7B128) is known color: Earls Green. HEX triplet: B7, B1 and 28. RGB value is (183,177,40). Sum of RGB (Red+Green+Blue) = 183+177+40=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B128 is #484ED7. Grayscale: #A3A3A3. Windows color (decimal): -4738776 or 2666935. OLE color: 2666935.

HSL color Cylindrical-coordinate representation of color #B7B128: hue angle of 57.48º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7B128 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 177 40 -
CMYK 0 0.03 0.78 0.28
HSL 57.48º 0.64% 0.44% -
HSV(B) 57.48º 0.78% 0.72% -
XYZ 35.63 41.66 8.17 -
YUV 163.18 58.49 142.14 -
System Red Green Blue C M Y K H S L
Decimal 183 177 40 0 0.03 0.78 0.28 57.48 0.64 0.44
Hex B7 B1 28 0 3 4E 1C 39 40 2C
Octal 267 261 50 0 3 116 34 71 100 54
Binary 10110111 10110001 101000 0 11 1001110 11100 111001 1000000 101100

Color Harmonies of #B7B128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B128

Black with #B7B128

Text Example


Text Example

White with #B7B128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B128; }

 p { color: rgb(183,177,40); }

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

background-color css

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

 a { background-color: rgb(183,177,40); }

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

border-color css

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

 span { border-color: rgb(183,177,40); }

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