Html Css Color HEX #C1AB1F Earls Green

📋 copy color: '#C1AB1F'

red 193 ◦ green 171 ◦ blue 31

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

Shades of Earls Green #C1AB1F

Tints of Earls Green #C1AB1F

RGB

 RED value IS 193 (75.78% from 255) = 48.86%

 GREEN value IS 171 (67.19% from 255) = 43.29%

 BLUE value IS 31 (12.5% from 255) = 7.85%

R = 48.86%
G = 43.29%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1AB1F (or 0xC1AB1F) is known color: Earls Green. HEX triplet: C1, AB and 1F. RGB value is (193,171,31). Sum of RGB (Red+Green+Blue) = 193+171+31=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AB1F is #3E54E0. Grayscale: #A2A2A2. Windows color (decimal): -4084961 or 2075585. OLE color: 2075585.

HSL color Cylindrical-coordinate representation of color #C1AB1F: hue angle of 51.85º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1AB1F is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 171 31 -
CMYK 0 0.11 0.84 0.24
HSL 51.85º 0.72% 0.44% -
HSV(B) 51.85º 0.84% 0.76% -
XYZ 36.8 40.56 7.19 -
YUV 161.62 54.29 150.38 -
System Red Green Blue C M Y K H S L
Decimal 193 171 31 0 0.11 0.84 0.24 51.85 0.72 0.44
Hex C1 AB 1F 0 B 54 18 34 48 2C
Octal 301 253 37 0 13 124 30 64 110 54
Binary 11000001 10101011 11111 0 1011 1010100 11000 110100 1001000 101100

Color Harmonies of #C1AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AB1F

Black with #C1AB1F

Text Example


Text Example

White with #C1AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AB1F; }

 p { color: rgb(193,171,31); }

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

background-color css

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

 a { background-color: rgb(193,171,31); }

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

border-color css

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

 span { border-color: rgb(193,171,31); }

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