Html Css Color HEX #B3A61D Earls Green

📋 copy color: '#B3A61D'

red 179 ◦ green 166 ◦ blue 29

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

Shades of Earls Green #B3A61D

Tints of Earls Green #B3A61D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.39%

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

R = 47.86%
G = 44.39%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3A61D (or 0xB3A61D) is known color: Earls Green. HEX triplet: B3, A6 and 1D. RGB value is (179,166,29). Sum of RGB (Red+Green+Blue) = 179+166+29=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A61D is #4C59E2. Grayscale: #9A9A9A. Windows color (decimal): -5003747 or 1943219. OLE color: 1943219.

HSL color Cylindrical-coordinate representation of color #B3A61D: hue angle of 54.8º 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 #B3A61D is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 166 29 -
CMYK 0 0.07 0.84 0.30
HSL 54.8º 0.72% 0.41% -
HSV(B) 54.8º 0.84% 0.7% -
XYZ 32.45 36.94 6.58 -
YUV 154.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 179 166 29 0 0.07 0.84 0.30 54.8 0.72 0.41
Hex B3 A6 1D 0 7 54 1E 37 48 29
Octal 263 246 35 0 7 124 36 67 110 51
Binary 10110011 10100110 11101 0 111 1010100 11110 110111 1001000 101001

Color Harmonies of #B3A61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A61D

Black with #B3A61D

Text Example


Text Example

White with #B3A61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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