Html Css Color HEX #C3AF23 Earls Green

📋 copy color: '#C3AF23'

red 195 ◦ green 175 ◦ blue 35

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

Shades of Earls Green #C3AF23

Tints of Earls Green #C3AF23

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.21%

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

R = 48.15%
G = 43.21%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C3AF23 (or 0xC3AF23) is known color: Earls Green. HEX triplet: C3, AF and 23. RGB value is (195,175,35). Sum of RGB (Red+Green+Blue) = 195+175+35=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF23 is #3C50DC. Grayscale: #A5A5A5. Windows color (decimal): -3952861 or 2338755. OLE color: 2338755.

HSL color Cylindrical-coordinate representation of color #C3AF23: hue angle of 52.5º 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 #C3AF23 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 35 -
CMYK 0 0.10 0.82 0.24
HSL 52.5º 0.7% 0.45% -
HSV(B) 52.5º 0.82% 0.76% -
XYZ 38.14 42.38 7.76 -
YUV 165.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 195 175 35 0 0.10 0.82 0.24 52.5 0.7 0.45
Hex C3 AF 23 0 A 52 18 34 46 2D
Octal 303 257 43 0 12 122 30 64 106 55
Binary 11000011 10101111 100011 0 1010 1010010 11000 110100 1000110 101101

Color Harmonies of #C3AF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF23

Black with #C3AF23

Text Example


Text Example

White with #C3AF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF23; }

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

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

background-color css

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

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

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

border-color css

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

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

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