Html Css Color HEX #B1A123 Earls Green

📋 copy color: '#B1A123'

red 177 ◦ green 161 ◦ blue 35

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

Shades of Earls Green #B1A123

Tints of Earls Green #B1A123

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.16%

 BLUE value IS 35 (14.06% from 255) = 9.38%

R = 47.45%
G = 43.16%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B1A123 (or 0xB1A123) is known color: Earls Green. HEX triplet: B1, A1 and 23. RGB value is (177,161,35). Sum of RGB (Red+Green+Blue) = 177+161+35=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A123 is #4E5EDC. Grayscale: #979797. Windows color (decimal): -5136093 or 2335153. OLE color: 2335153.

HSL color Cylindrical-coordinate representation of color #B1A123: hue angle of 53.24º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1A123 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 161 35 -
CMYK 0 0.09 0.80 0.31
HSL 53.24º 0.67% 0.42% -
HSV(B) 53.24º 0.8% 0.69% -
XYZ 31.18 34.96 6.69 -
YUV 151.42 62.3 146.25 -
System Red Green Blue C M Y K H S L
Decimal 177 161 35 0 0.09 0.80 0.31 53.24 0.67 0.42
Hex B1 A1 23 0 9 50 1F 35 43 2A
Octal 261 241 43 0 11 120 37 65 103 52
Binary 10110001 10100001 100011 0 1001 1010000 11111 110101 1000011 101010

Color Harmonies of #B1A123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A123

Black with #B1A123

Text Example


Text Example

White with #B1A123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A123; }

 p { color: rgb(177,161,35); }

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

background-color css

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

 a { background-color: rgb(177,161,35); }

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

border-color css

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

 span { border-color: rgb(177,161,35); }

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