Html Css Color HEX #B3AB32 Earls Green

📋 copy color: '#B3AB32'

red 179 ◦ green 171 ◦ blue 50

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

Shades of Earls Green #B3AB32

Tints of Earls Green #B3AB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.75%

 BLUE value IS 50 (19.92% from 255) = 12.5%

R = 44.75%
G = 42.75%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B3AB32 (or 0xB3AB32) is known color: Earls Green. HEX triplet: B3, AB and 32. RGB value is (179,171,50). Sum of RGB (Red+Green+Blue) = 179+171+50=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AB32 is #4C54CD. Grayscale: #A0A0A0. Windows color (decimal): -5002446 or 3320755. OLE color: 3320755.

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

Color convert

RGB 179 171 50 -
CMYK 0 0.04 0.72 0.30
HSL 56.28º 0.56% 0.45% -
HSV(B) 56.28º 0.72% 0.7% -
XYZ 33.73 38.94 8.76 -
YUV 159.6 66.15 141.84 -
System Red Green Blue C M Y K H S L
Decimal 179 171 50 0 0.04 0.72 0.30 56.28 0.56 0.45
Hex B3 AB 32 0 4 48 1E 38 38 2D
Octal 263 253 62 0 4 110 36 70 70 55
Binary 10110011 10101011 110010 0 100 1001000 11110 111000 111000 101101

Color Harmonies of #B3AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AB32

Black with #B3AB32

Text Example


Text Example

White with #B3AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AB32; }

 p { color: rgb(179,171,50); }

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

background-color css

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

 a { background-color: rgb(179,171,50); }

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

border-color css

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

 span { border-color: rgb(179,171,50); }

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