#B4AD1E

Color #B4AD1E Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B4AD1E

Tints of Earls Green #B4AD1E

Color information

#B4AD1E (or 0xB4AD1E) is unknown color: approx Earls Green. HEX triplet: B4, AD and 1E. RGB value is (180,173,30). Sum of RGB (Red+Green+Blue) = 180+173+30=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD1E is #4B52E1. Grayscale: #9F9F9F. Windows color (decimal): -4936418 or 2010548. OLE color: 2010548.

HSL color Cylindrical-coordinate representation of color #B4AD1E: hue angle of 57.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4AD1E is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB18017330-
CMYK00.040.830.29
HSL57.2º71.43%41.18%-
HSV(B)57.2º83.33%70.59%-
XYZ3439.687.1-
YUV158.7955.32143.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 173 (67.97% from 255) = 45.17%
BLUE value IS 30 (12.11% from 255) = 7.83%
R=47.00%
G=45.17%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801733000.040.830.2957.271.4341.18
HexB4AD1E04531D394729
Octal2642553604123357110751
Binary10110100101011011111001001010011111011110011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD1E; }

 p { color: rgb(180,173,30); }

 H1.HeaderClassName
 {
   color: #B4AD1E;
 }
 .AnyTagClassName
 {
   color: #B4AD1E;
 }
</style>
background-color css

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

 a { background-color: rgb(180,173,30); }

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

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

 span { border-color: rgb(180,173,30); }

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