Html Css Color HEX #B3A82B Earls Green

📋 copy color: '#B3A82B'

red 179 ◦ green 168 ◦ blue 43

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

Shades of Earls Green #B3A82B

Tints of Earls Green #B3A82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.03%

R = 45.9%
G = 43.08%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3A82B (or 0xB3A82B) is known color: Earls Green. HEX triplet: B3, A8 and 2B. RGB value is (179,168,43). Sum of RGB (Red+Green+Blue) = 179+168+43=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A82B is #4C57D4. Grayscale: #9D9D9D. Windows color (decimal): -5003221 or 2861235. OLE color: 2861235.

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

Color convert

RGB 179 168 43 -
CMYK 0 0.06 0.76 0.30
HSL 55.15º 0.61% 0.44% -
HSV(B) 55.15º 0.76% 0.7% -
XYZ 33.03 37.76 7.83 -
YUV 157.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 179 168 43 0 0.06 0.76 0.30 55.15 0.61 0.44
Hex B3 A8 2B 0 6 4C 1E 37 3D 2C
Octal 263 250 53 0 6 114 36 67 75 54
Binary 10110011 10101000 101011 0 110 1001100 11110 110111 111101 101100

Color Harmonies of #B3A82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A82B

Black with #B3A82B

Text Example


Text Example

White with #B3A82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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