Html Css Color HEX #B1A323 Earls Green

📋 copy color: '#B1A323'

red 177 ◦ green 163 ◦ blue 35

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

Shades of Earls Green #B1A323

Tints of Earls Green #B1A323

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.47%

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

R = 47.2%
G = 43.47%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B1A323 (or 0xB1A323) is known color: Earls Green. HEX triplet: B1, A3 and 23. RGB value is (177,163,35). Sum of RGB (Red+Green+Blue) = 177+163+35=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A323 is #4E5CDC. Grayscale: #999999. Windows color (decimal): -5135581 or 2335665. OLE color: 2335665.

HSL color Cylindrical-coordinate representation of color #B1A323: hue angle of 54.08º 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 #B1A323 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 163 35 -
CMYK 0 0.08 0.80 0.31
HSL 54.08º 0.67% 0.42% -
HSV(B) 54.08º 0.8% 0.69% -
XYZ 31.53 35.66 6.81 -
YUV 152.59 61.64 145.41 -
System Red Green Blue C M Y K H S L
Decimal 177 163 35 0 0.08 0.80 0.31 54.08 0.67 0.42
Hex B1 A3 23 0 8 50 1F 36 43 2A
Octal 261 243 43 0 10 120 37 66 103 52
Binary 10110001 10100011 100011 0 1000 1010000 11111 110110 1000011 101010

Color Harmonies of #B1A323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A323

Black with #B1A323

Text Example


Text Example

White with #B1A323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A323; }

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

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

background-color css

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

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

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

border-color css

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

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

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