Html Css Color HEX #B1AD2C Earls Green

📋 copy color: '#B1AD2C'

red 177 ◦ green 173 ◦ blue 44

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

Shades of Earls Green #B1AD2C

Tints of Earls Green #B1AD2C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.91%

 BLUE value IS 44 (17.58% from 255) = 11.17%

R = 44.92%
G = 43.91%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1AD2C (or 0xB1AD2C) is known color: Earls Green. HEX triplet: B1, AD and 2C. RGB value is (177,173,44). Sum of RGB (Red+Green+Blue) = 177+173+44=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD2C is #4E52D3. Grayscale: #A0A0A0. Windows color (decimal): -5133012 or 2928049. OLE color: 2928049.

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

Color convert

RGB 177 173 44 -
CMYK 0 0.02 0.75 0.31
HSL 58.2º 0.6% 0.43% -
HSV(B) 58.2º 0.75% 0.69% -
XYZ 33.53 39.42 8.22 -
YUV 159.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 177 173 44 0 0.02 0.75 0.31 58.2 0.6 0.43
Hex B1 AD 2C 0 2 4B 1F 3A 3C 2B
Octal 261 255 54 0 2 113 37 72 74 53
Binary 10110001 10101101 101100 0 10 1001011 11111 111010 111100 101011

Color Harmonies of #B1AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AD2C

Black with #B1AD2C

Text Example


Text Example

White with #B1AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AD2C; }

 p { color: rgb(177,173,44); }

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

background-color css

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

 a { background-color: rgb(177,173,44); }

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

border-color css

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

 span { border-color: rgb(177,173,44); }

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