Html Css Color HEX #B3A41B Earls Green

📋 copy color: '#B3A41B'

red 179 ◦ green 164 ◦ blue 27

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

Shades of Earls Green #B3A41B

Tints of Earls Green #B3A41B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.32%

 BLUE value IS 27 (10.94% from 255) = 7.3%

R = 48.38%
G = 44.32%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3A41B (or 0xB3A41B) is known color: Earls Green. HEX triplet: B3, A4 and 1B. RGB value is (179,164,27). Sum of RGB (Red+Green+Blue) = 179+164+27=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A41B is #4C5BE4. Grayscale: #999999. Windows color (decimal): -5004261 or 1811635. OLE color: 1811635.

HSL color Cylindrical-coordinate representation of color #B3A41B: hue angle of 54.08º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3A41B is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 164 27 -
CMYK 0 0.08 0.85 0.30
HSL 54.08º 0.74% 0.4% -
HSV(B) 54.08º 0.85% 0.7% -
XYZ 32.06 36.21 6.34 -
YUV 152.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 179 164 27 0 0.08 0.85 0.30 54.08 0.74 0.4
Hex B3 A4 1B 0 8 55 1E 36 4A 28
Octal 263 244 33 0 10 125 36 66 112 50
Binary 10110011 10100100 11011 0 1000 1010101 11110 110110 1001010 101000

Color Harmonies of #B3A41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A41B

Black with #B3A41B

Text Example


Text Example

White with #B3A41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A41B; }

 p { color: rgb(179,164,27); }

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

background-color css

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

 a { background-color: rgb(179,164,27); }

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

border-color css

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

 span { border-color: rgb(179,164,27); }

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