Html Css Color HEX #B3A81D Earls Green

📋 copy color: '#B3A81D'

red 179 ◦ green 168 ◦ blue 29

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

Shades of Earls Green #B3A81D

Tints of Earls Green #B3A81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.71%

R = 47.61%
G = 44.68%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3A81D (or 0xB3A81D) is known color: Earls Green. HEX triplet: B3, A8 and 1D. RGB value is (179,168,29). Sum of RGB (Red+Green+Blue) = 179+168+29=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A81D is #4C57E2. Grayscale: #9C9C9C. Windows color (decimal): -5003235 or 1943731. OLE color: 1943731.

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

Color convert

RGB 179 168 29 -
CMYK 0 0.06 0.84 0.30
HSL 55.6º 0.72% 0.41% -
HSV(B) 55.6º 0.84% 0.7% -
XYZ 32.81 37.68 6.71 -
YUV 155.44 56.64 144.8 -
System Red Green Blue C M Y K H S L
Decimal 179 168 29 0 0.06 0.84 0.30 55.6 0.72 0.41
Hex B3 A8 1D 0 6 54 1E 38 48 29
Octal 263 250 35 0 6 124 36 70 110 51
Binary 10110011 10101000 11101 0 110 1010100 11110 111000 1001000 101001

Color Harmonies of #B3A81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A81D

Black with #B3A81D

Text Example


Text Example

White with #B3A81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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