Html Css Color HEX #C3AB11 Earls Green

📋 copy color: '#C3AB11'

red 195 ◦ green 171 ◦ blue 17

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

Shades of Earls Green #C3AB11

Tints of Earls Green #C3AB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.44%

R = 50.91%
G = 44.65%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C3AB11 (or 0xC3AB11) is known color: Earls Green. HEX triplet: C3, AB and 11. RGB value is (195,171,17). Sum of RGB (Red+Green+Blue) = 195+171+17=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AB11 is #3C54EE. Grayscale: #A1A1A1. Windows color (decimal): -3953903 or 1158083. OLE color: 1158083.

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

Color convert

RGB 195 171 17 -
CMYK 0 0.12 0.91 0.24
HSL 51.91º 0.84% 0.42% -
HSV(B) 51.91º 0.91% 0.76% -
XYZ 37.17 40.77 6.44 -
YUV 160.62 46.95 152.52 -
System Red Green Blue C M Y K H S L
Decimal 195 171 17 0 0.12 0.91 0.24 51.91 0.84 0.42
Hex C3 AB 11 0 C 5B 18 34 54 2A
Octal 303 253 21 0 14 133 30 64 124 52
Binary 11000011 10101011 10001 0 1100 1011011 11000 110100 1010100 101010

Color Harmonies of #C3AB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB11

Black with #C3AB11

Text Example


Text Example

White with #C3AB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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