Html Css Color HEX #B3A81B Earls Green

📋 copy color: '#B3A81B'

red 179 ◦ green 168 ◦ blue 27

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

Shades of Earls Green #B3A81B

Tints of Earls Green #B3A81B

RGB

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

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

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

R = 47.86%
G = 44.92%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3A81B (or 0xB3A81B) is known color: Earls Green. HEX triplet: B3, A8 and 1B. RGB value is (179,168,27). Sum of RGB (Red+Green+Blue) = 179+168+27=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A81B is #4C57E4. Grayscale: #9B9B9B. Windows color (decimal): -5003237 or 1812659. OLE color: 1812659.

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

Color convert

RGB 179 168 27 -
CMYK 0 0.06 0.85 0.30
HSL 55.66º 0.74% 0.4% -
HSV(B) 55.66º 0.85% 0.7% -
XYZ 32.79 37.67 6.58 -
YUV 155.22 55.64 144.96 -
System Red Green Blue C M Y K H S L
Decimal 179 168 27 0 0.06 0.85 0.30 55.66 0.74 0.4
Hex B3 A8 1B 0 6 55 1E 38 4A 28
Octal 263 250 33 0 6 125 36 70 112 50
Binary 10110011 10101000 11011 0 110 1010101 11110 111000 1001010 101000

Color Harmonies of #B3A81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A81B

Black with #B3A81B

Text Example


Text Example

White with #B3A81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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