Html Css Color HEX #B3A820 Earls Green

📋 copy color: '#B3A820'

red 179 ◦ green 168 ◦ blue 32

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

Shades of Earls Green #B3A820

Tints of Earls Green #B3A820

RGB

 RED value IS 179 (70.31% from 255) = 47.23%

 GREEN value IS 168 (66.02% from 255) = 44.33%

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

R = 47.23%
G = 44.33%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B3A820 (or 0xB3A820) is known color: Earls Green. HEX triplet: B3, A8 and 20. RGB value is (179,168,32). Sum of RGB (Red+Green+Blue) = 179+168+32=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A820 is #4C57DF. Grayscale: #9C9C9C. Windows color (decimal): -5003232 or 2140339. OLE color: 2140339.

HSL color Cylindrical-coordinate representation of color #B3A820: hue angle of 55.51º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3A820 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 168 32 -
CMYK 0 0.06 0.82 0.30
HSL 55.51º 0.7% 0.41% -
HSV(B) 55.51º 0.82% 0.7% -
XYZ 32.85 37.69 6.91 -
YUV 155.79 58.14 144.56 -
System Red Green Blue C M Y K H S L
Decimal 179 168 32 0 0.06 0.82 0.30 55.51 0.7 0.41
Hex B3 A8 20 0 6 52 1E 38 46 29
Octal 263 250 40 0 6 122 36 70 106 51
Binary 10110011 10101000 100000 0 110 1010010 11110 111000 1000110 101001

Color Harmonies of #B3A820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A820

Black with #B3A820

Text Example


Text Example

White with #B3A820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A820; }

 p { color: rgb(179,168,32); }

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

background-color css

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

 a { background-color: rgb(179,168,32); }

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

border-color css

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

 span { border-color: rgb(179,168,32); }

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