Html Css Color HEX #C3AB1F Earls Green

📋 copy color: '#C3AB1F'

red 195 ◦ green 171 ◦ blue 31

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

Shades of Earls Green #C3AB1F

Tints of Earls Green #C3AB1F

RGB

 RED value IS 195 (76.56% from 255) = 49.12%

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

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

R = 49.12%
G = 43.07%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3AB1F (or 0xC3AB1F) is known color: Earls Green. HEX triplet: C3, AB and 1F. RGB value is (195,171,31). Sum of RGB (Red+Green+Blue) = 195+171+31=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AB1F is #3C54E0. Grayscale: #A2A2A2. Windows color (decimal): -3953889 or 2075587. OLE color: 2075587.

HSL color Cylindrical-coordinate representation of color #C3AB1F: hue angle of 51.22º degrees, saturation: 0.73, 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 #C3AB1F is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 171 31 -
CMYK 0 0.12 0.84 0.24
HSL 51.22º 0.73% 0.44% -
HSV(B) 51.22º 0.84% 0.76% -
XYZ 37.32 40.83 7.21 -
YUV 162.22 53.95 151.38 -
System Red Green Blue C M Y K H S L
Decimal 195 171 31 0 0.12 0.84 0.24 51.22 0.73 0.44
Hex C3 AB 1F 0 C 54 18 33 49 2C
Octal 303 253 37 0 14 124 30 63 111 54
Binary 11000011 10101011 11111 0 1100 1010100 11000 110011 1001001 101100

Color Harmonies of #C3AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB1F

Black with #C3AB1F

Text Example


Text Example

White with #C3AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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