Html Css Color HEX #B3B31A Earls Green

📋 copy color: '#B3B31A'

red 179 ◦ green 179 ◦ blue 26

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

Shades of Earls Green #B3B31A

Tints of Earls Green #B3B31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.61%

 BLUE value IS 26 (10.55% from 255) = 6.77%

R = 46.61%
G = 46.61%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3B31A (or 0xB3B31A) is known color: Earls Green. HEX triplet: B3, B3 and 1A. RGB value is (179,179,26). Sum of RGB (Red+Green+Blue) = 179+179+26=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B31A is #4C4CE5. Grayscale: #A2A2A2. Windows color (decimal): -5000422 or 1749939. OLE color: 1749939.

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

Color convert

RGB 179 179 26 -
CMYK 0 0 0.85 0.30
HSL 60º 0.75% 0.4% -
HSV(B) 60º 0.85% 0.7% -
XYZ 34.9 41.9 7.23 -
YUV 161.56 51.5 140.44 -
System Red Green Blue C M Y K H S L
Decimal 179 179 26 0 0 0.85 0.30 60 0.75 0.4
Hex B3 B3 1A 0 0 55 1E 3C 4B 28
Octal 263 263 32 0 0 125 36 74 113 50
Binary 10110011 10110011 11010 0 0 1010101 11110 111100 1001011 101000

Color Harmonies of #B3B31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B31A

Black with #B3B31A

Text Example


Text Example

White with #B3B31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B31A; }

 p { color: rgb(179,179,26); }

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

background-color css

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

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

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

border-color css

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

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

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