Html Css Color HEX #B1A42D Earls Green

📋 copy color: '#B1A42D'

red 177 ◦ green 164 ◦ blue 45

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

Shades of Earls Green #B1A42D

Tints of Earls Green #B1A42D

RGB

 RED value IS 177 (69.53% from 255) = 45.85%

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

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

R = 45.85%
G = 42.49%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1A42D (or 0xB1A42D) is known color: Earls Green. HEX triplet: B1, A4 and 2D. RGB value is (177,164,45). Sum of RGB (Red+Green+Blue) = 177+164+45=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A42D is #4E5BD2. Grayscale: #9A9A9A. Windows color (decimal): -5135315 or 2991281. OLE color: 2991281.

HSL color Cylindrical-coordinate representation of color #B1A42D: hue angle of 54.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1A42D is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 164 45 -
CMYK 0 0.07 0.75 0.31
HSL 54.09º 0.59% 0.44% -
HSV(B) 54.09º 0.75% 0.69% -
XYZ 31.88 36.09 7.77 -
YUV 154.32 66.31 144.18 -
System Red Green Blue C M Y K H S L
Decimal 177 164 45 0 0.07 0.75 0.31 54.09 0.59 0.44
Hex B1 A4 2D 0 7 4B 1F 36 3B 2C
Octal 261 244 55 0 7 113 37 66 73 54
Binary 10110001 10100100 101101 0 111 1001011 11111 110110 111011 101100

Color Harmonies of #B1A42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A42D

Black with #B1A42D

Text Example


Text Example

White with #B1A42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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