Html Css Color HEX #C3AD23 Earls Green

📋 copy color: '#C3AD23'

red 195 ◦ green 173 ◦ blue 35

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

Shades of Earls Green #C3AD23

Tints of Earls Green #C3AD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.68%

R = 48.39%
G = 42.93%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C3AD23 (or 0xC3AD23) is known color: Earls Green. HEX triplet: C3, AD and 23. RGB value is (195,173,35). Sum of RGB (Red+Green+Blue) = 195+173+35=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD23 is #3C52DC. Grayscale: #A4A4A4. Windows color (decimal): -3953373 or 2338243. OLE color: 2338243.

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

Color convert

RGB 195 173 35 -
CMYK 0 0.11 0.82 0.24
HSL 51.75º 0.7% 0.45% -
HSV(B) 51.75º 0.82% 0.76% -
XYZ 37.75 41.61 7.63 -
YUV 163.85 55.29 150.22 -
System Red Green Blue C M Y K H S L
Decimal 195 173 35 0 0.11 0.82 0.24 51.75 0.7 0.45
Hex C3 AD 23 0 B 52 18 34 46 2D
Octal 303 255 43 0 13 122 30 64 106 55
Binary 11000011 10101101 100011 0 1011 1010010 11000 110100 1000110 101101

Color Harmonies of #C3AD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD23

Black with #C3AD23

Text Example


Text Example

White with #C3AD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD23; }

 p { color: rgb(195,173,35); }

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

background-color css

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

 a { background-color: rgb(195,173,35); }

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

border-color css

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

 span { border-color: rgb(195,173,35); }

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