Html Css Color HEX #B3B12D Earls Green

📋 copy color: '#B3B12D'

red 179 ◦ green 177 ◦ blue 45

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

Shades of Earls Green #B3B12D

Tints of Earls Green #B3B12D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.14%

 BLUE value IS 45 (17.97% from 255) = 11.22%

R = 44.64%
G = 44.14%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3B12D (or 0xB3B12D) is known color: Earls Green. HEX triplet: B3, B1 and 2D. RGB value is (179,177,45). Sum of RGB (Red+Green+Blue) = 179+177+45=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B12D is #4C4ED2. Grayscale: #A3A3A3. Windows color (decimal): -5000915 or 2994611. OLE color: 2994611.

HSL color Cylindrical-coordinate representation of color #B3B12D: hue angle of 59.1º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3B12D is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 177 45 -
CMYK 0 0.01 0.75 0.30
HSL 59.1º 0.6% 0.44% -
HSV(B) 59.1º 0.75% 0.7% -
XYZ 34.79 41.22 8.6 -
YUV 162.55 61.66 139.73 -
System Red Green Blue C M Y K H S L
Decimal 179 177 45 0 0.01 0.75 0.30 59.1 0.6 0.44
Hex B3 B1 2D 0 1 4B 1E 3B 3C 2C
Octal 263 261 55 0 1 113 36 73 74 54
Binary 10110011 10110001 101101 0 1 1001011 11110 111011 111100 101100

Color Harmonies of #B3B12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B12D

Black with #B3B12D

Text Example


Text Example

White with #B3B12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B12D; }

 p { color: rgb(179,177,45); }

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

background-color css

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

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

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

border-color css

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

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

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