Html Css Color HEX #B7B032 Earls Green

📋 copy color: '#B7B032'

red 183 ◦ green 176 ◦ blue 50

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

Shades of Earls Green #B7B032

Tints of Earls Green #B7B032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.03%

 BLUE value IS 50 (19.92% from 255) = 12.22%

R = 44.74%
G = 43.03%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B7B032 (or 0xB7B032) is known color: Earls Green. HEX triplet: B7, B0 and 32. RGB value is (183,176,50). Sum of RGB (Red+Green+Blue) = 183+176+50=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B032 is #484FCD. Grayscale: #A4A4A4. Windows color (decimal): -4739022 or 3322039. OLE color: 3322039.

HSL color Cylindrical-coordinate representation of color #B7B032: hue angle of 56.84º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7B032 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 176 50 -
CMYK 0 0.04 0.73 0.28
HSL 56.84º 0.57% 0.46% -
HSV(B) 56.84º 0.73% 0.72% -
XYZ 35.63 41.35 9.12 -
YUV 163.73 63.82 141.75 -
System Red Green Blue C M Y K H S L
Decimal 183 176 50 0 0.04 0.73 0.28 56.84 0.57 0.46
Hex B7 B0 32 0 4 49 1C 39 39 2E
Octal 267 260 62 0 4 111 34 71 71 56
Binary 10110111 10110000 110010 0 100 1001001 11100 111001 111001 101110

Color Harmonies of #B7B032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B032

Black with #B7B032

Text Example


Text Example

White with #B7B032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B032; }

 p { color: rgb(183,176,50); }

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

background-color css

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

 a { background-color: rgb(183,176,50); }

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

border-color css

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

 span { border-color: rgb(183,176,50); }

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