Html Css Color HEX #B3A227 Earls Green

📋 copy color: '#B3A227'

red 179 ◦ green 162 ◦ blue 39

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

Shades of Earls Green #B3A227

Tints of Earls Green #B3A227

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.63%

 BLUE value IS 39 (15.63% from 255) = 10.26%

R = 47.11%
G = 42.63%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B3A227 (or 0xB3A227) is known color: Earls Green. HEX triplet: B3, A2 and 27. RGB value is (179,162,39). Sum of RGB (Red+Green+Blue) = 179+162+39=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A227 is #4C5DD8. Grayscale: #999999. Windows color (decimal): -5004761 or 2597555. OLE color: 2597555.

HSL color Cylindrical-coordinate representation of color #B3A227: hue angle of 52.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3A227 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 162 39 -
CMYK 0 0.09 0.78 0.30
HSL 52.71º 0.64% 0.43% -
HSV(B) 52.71º 0.78% 0.7% -
XYZ 31.88 35.57 7.11 -
YUV 153.06 63.63 146.5 -
System Red Green Blue C M Y K H S L
Decimal 179 162 39 0 0.09 0.78 0.30 52.71 0.64 0.43
Hex B3 A2 27 0 9 4E 1E 35 40 2B
Octal 263 242 47 0 11 116 36 65 100 53
Binary 10110011 10100010 100111 0 1001 1001110 11110 110101 1000000 101011

Color Harmonies of #B3A227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A227

Black with #B3A227

Text Example


Text Example

White with #B3A227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A227; }

 p { color: rgb(179,162,39); }

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

background-color css

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

 a { background-color: rgb(179,162,39); }

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

border-color css

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

 span { border-color: rgb(179,162,39); }

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