Html Css Color HEX #B1A528 Earls Green

📋 copy color: '#B1A528'

red 177 ◦ green 165 ◦ blue 40

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

Shades of Earls Green #B1A528

Tints of Earls Green #B1A528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.47%

R = 46.34%
G = 43.19%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B1A528 (or 0xB1A528) is known color: Earls Green. HEX triplet: B1, A5 and 28. RGB value is (177,165,40). Sum of RGB (Red+Green+Blue) = 177+165+40=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A528 is #4E5AD7. Grayscale: #9A9A9A. Windows color (decimal): -5135064 or 2663857. OLE color: 2663857.

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

Color convert

RGB 177 165 40 -
CMYK 0 0.07 0.77 0.31
HSL 54.74º 0.63% 0.43% -
HSV(B) 54.74º 0.77% 0.69% -
XYZ 31.97 36.41 7.35 -
YUV 154.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 177 165 40 0 0.07 0.77 0.31 54.74 0.63 0.43
Hex B1 A5 28 0 7 4D 1F 37 3F 2B
Octal 261 245 50 0 7 115 37 67 77 53
Binary 10110001 10100101 101000 0 111 1001101 11111 110111 111111 101011

Color Harmonies of #B1A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A528

Black with #B1A528

Text Example


Text Example

White with #B1A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A528; }

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

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

background-color css

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

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

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

border-color css

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

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

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