Html Css Color HEX #B1A51A Earls Green

📋 copy color: '#B1A51A'

red 177 ◦ green 165 ◦ blue 26

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

Shades of Earls Green #B1A51A

Tints of Earls Green #B1A51A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.07%

R = 48.1%
G = 44.84%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1A51A (or 0xB1A51A) is known color: Earls Green. HEX triplet: B1, A5 and 1A. RGB value is (177,165,26). Sum of RGB (Red+Green+Blue) = 177+165+26=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A51A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A51A is #4E5AE5. Grayscale: #999999. Windows color (decimal): -5135078 or 1746353. OLE color: 1746353.

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

Color convert

RGB 177 165 26 -
CMYK 0 0.07 0.85 0.31
HSL 55.23º 0.74% 0.4% -
HSV(B) 55.23º 0.85% 0.69% -
XYZ 31.77 36.33 6.32 -
YUV 152.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 177 165 26 0 0.07 0.85 0.31 55.23 0.74 0.4
Hex B1 A5 1A 0 7 55 1F 37 4A 28
Octal 261 245 32 0 7 125 37 67 112 50
Binary 10110001 10100101 11010 0 111 1010101 11111 110111 1001010 101000

Color Harmonies of #B1A51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A51A

Black with #B1A51A

Text Example


Text Example

White with #B1A51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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