Html Css Color HEX #B6B420 Earls Green

📋 copy color: '#B6B420'

red 182 ◦ green 180 ◦ blue 32

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

Shades of Earls Green #B6B420

Tints of Earls Green #B6B420

RGB

 RED value IS 182 (71.48% from 255) = 46.19%

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

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

R = 46.19%
G = 45.69%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B6B420 (or 0xB6B420) is known color: Earls Green. HEX triplet: B6, B4 and 20. RGB value is (182,180,32). Sum of RGB (Red+Green+Blue) = 182+180+32=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B420 is #494BDF. Grayscale: #A4A4A4. Windows color (decimal): -4803552 or 2143414. OLE color: 2143414.

HSL color Cylindrical-coordinate representation of color #B6B420: hue angle of 59.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6B420 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 180 32 -
CMYK 0 0.01 0.82 0.29
HSL 59.2º 0.7% 0.42% -
HSV(B) 59.2º 0.82% 0.71% -
XYZ 35.87 42.69 7.72 -
YUV 163.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 182 180 32 0 0.01 0.82 0.29 59.2 0.7 0.42
Hex B6 B4 20 0 1 52 1D 3B 46 2A
Octal 266 264 40 0 1 122 35 73 106 52
Binary 10110110 10110100 100000 0 1 1010010 11101 111011 1000110 101010

Color Harmonies of #B6B420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B420

Black with #B6B420

Text Example


Text Example

White with #B6B420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B420; }

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

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

background-color css

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

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

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

border-color css

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

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

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