Html Css Color HEX #B7B220 Earls Green

📋 copy color: '#B7B220'

red 183 ◦ green 178 ◦ blue 32

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

Shades of Earls Green #B7B220

Tints of Earls Green #B7B220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.29%

 BLUE value IS 32 (12.89% from 255) = 8.14%

R = 46.56%
G = 45.29%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7B220 (or 0xB7B220) is known color: Earls Green. HEX triplet: B7, B2 and 20. RGB value is (183,178,32). Sum of RGB (Red+Green+Blue) = 183+178+32=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B220 is #484DDF. Grayscale: #A3A3A3. Windows color (decimal): -4738528 or 2142903. OLE color: 2142903.

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

Color convert

RGB 183 178 32 -
CMYK 0 0.03 0.83 0.28
HSL 58.01º 0.7% 0.42% -
HSV(B) 58.01º 0.83% 0.72% -
XYZ 35.71 42.01 7.59 -
YUV 162.85 54.16 142.37 -
System Red Green Blue C M Y K H S L
Decimal 183 178 32 0 0.03 0.83 0.28 58.01 0.7 0.42
Hex B7 B2 20 0 3 53 1C 3A 46 2A
Octal 267 262 40 0 3 123 34 72 106 52
Binary 10110111 10110010 100000 0 11 1010011 11100 111010 1000110 101010

Color Harmonies of #B7B220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B220

Black with #B7B220

Text Example


Text Example

White with #B7B220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B220; }

 p { color: rgb(183,178,32); }

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

background-color css

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

 a { background-color: rgb(183,178,32); }

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

border-color css

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

 span { border-color: rgb(183,178,32); }

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