Html Css Color HEX #B1A52F Earls Green

📋 copy color: '#B1A52F'

red 177 ◦ green 165 ◦ blue 47

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

Shades of Earls Green #B1A52F

Tints of Earls Green #B1A52F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.42%

 BLUE value IS 47 (18.75% from 255) = 12.08%

R = 45.5%
G = 42.42%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1A52F (or 0xB1A52F) is known color: Earls Green. HEX triplet: B1, A5 and 2F. RGB value is (177,165,47). Sum of RGB (Red+Green+Blue) = 177+165+47=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A52F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A52F is #4E5AD0. Grayscale: #9B9B9B. Windows color (decimal): -5135057 or 3122609. OLE color: 3122609.

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

Color convert

RGB 177 165 47 -
CMYK 0 0.07 0.73 0.31
HSL 54.46º 0.58% 0.44% -
HSV(B) 54.46º 0.73% 0.69% -
XYZ 32.1 36.46 8.04 -
YUV 155.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 177 165 47 0 0.07 0.73 0.31 54.46 0.58 0.44
Hex B1 A5 2F 0 7 49 1F 36 3A 2C
Octal 261 245 57 0 7 111 37 66 72 54
Binary 10110001 10100101 101111 0 111 1001001 11111 110110 111010 101100

Color Harmonies of #B1A52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A52F

Black with #B1A52F

Text Example


Text Example

White with #B1A52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A52F; }

 p { color: rgb(177,165,47); }

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

background-color css

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

 a { background-color: rgb(177,165,47); }

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

border-color css

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

 span { border-color: rgb(177,165,47); }

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