Html Css Color HEX #B7B420 Earls Green

📋 copy color: '#B7B420'

red 183 ◦ green 180 ◦ blue 32

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

Shades of Earls Green #B7B420

Tints of Earls Green #B7B420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.57%

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

R = 46.33%
G = 45.57%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7B420 (or 0xB7B420) is known color: Earls Green. HEX triplet: B7, B4 and 20. RGB value is (183,180,32). Sum of RGB (Red+Green+Blue) = 183+180+32=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B420 is #484BDF. Grayscale: #A4A4A4. Windows color (decimal): -4738016 or 2143415. OLE color: 2143415.

HSL color Cylindrical-coordinate representation of color #B7B420: hue angle of 58.81º 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 #B7B420 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 180 32 -
CMYK 0 0.02 0.83 0.28
HSL 58.81º 0.7% 0.42% -
HSV(B) 58.81º 0.83% 0.72% -
XYZ 36.11 42.81 7.73 -
YUV 164.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 183 180 32 0 0.02 0.83 0.28 58.81 0.7 0.42
Hex B7 B4 20 0 2 53 1C 3B 46 2A
Octal 267 264 40 0 2 123 34 73 106 52
Binary 10110111 10110100 100000 0 10 1010011 11100 111011 1000110 101010

Color Harmonies of #B7B420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B420

Black with #B7B420

Text Example


Text Example

White with #B7B420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B420; }

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

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

background-color css

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

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

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

border-color css

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

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

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