Html Css Color HEX #C3AB12 Earls Green

📋 copy color: '#C3AB12'

red 195 ◦ green 171 ◦ blue 18

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

Shades of Earls Green #C3AB12

Tints of Earls Green #C3AB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.69%

R = 50.78%
G = 44.53%
B = 4.69%

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

#C3AB12 (or 0xC3AB12) is known color: Earls Green. HEX triplet: C3, AB and 12. RGB value is (195,171,18). Sum of RGB (Red+Green+Blue) = 195+171+18=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AB12 is #3C54ED. Grayscale: #A1A1A1. Windows color (decimal): -3953902 or 1223619. OLE color: 1223619.

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

Color convert

RGB 195 171 18 -
CMYK 0 0.12 0.91 0.24
HSL 51.86º 0.83% 0.42% -
HSV(B) 51.86º 0.91% 0.76% -
XYZ 37.18 40.77 6.48 -
YUV 160.73 47.45 152.44 -
System Red Green Blue C M Y K H S L
Decimal 195 171 18 0 0.12 0.91 0.24 51.86 0.83 0.42
Hex C3 AB 12 0 C 5B 18 34 53 2A
Octal 303 253 22 0 14 133 30 64 123 52
Binary 11000011 10101011 10010 0 1100 1011011 11000 110100 1010011 101010

Color Harmonies of #C3AB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB12

Black with #C3AB12

Text Example


Text Example

White with #C3AB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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