Html Css Color HEX #C2AC23 Earls Green

📋 copy color: '#C2AC23'

red 194 ◦ green 172 ◦ blue 35

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

Shades of Earls Green #C2AC23

Tints of Earls Green #C2AC23

RGB

 RED value IS 194 (76.17% from 255) = 48.38%

 GREEN value IS 172 (67.58% from 255) = 42.89%

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

R = 48.38%
G = 42.89%
B = 8.73%

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

#C2AC23 (or 0xC2AC23) is known color: Earls Green. HEX triplet: C2, AC and 23. RGB value is (194,172,35). Sum of RGB (Red+Green+Blue) = 194+172+35=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC23 is #3D53DC. Grayscale: #A3A3A3. Windows color (decimal): -4019165 or 2337986. OLE color: 2337986.

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

Color convert

RGB 194 172 35 -
CMYK 0 0.11 0.82 0.24
HSL 51.7º 0.69% 0.45% -
HSV(B) 51.7º 0.82% 0.76% -
XYZ 37.3 41.1 7.56 -
YUV 162.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 194 172 35 0 0.11 0.82 0.24 51.7 0.69 0.45
Hex C2 AC 23 0 B 52 18 34 45 2D
Octal 302 254 43 0 13 122 30 64 105 55
Binary 11000010 10101100 100011 0 1011 1010010 11000 110100 1000101 101101

Color Harmonies of #C2AC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC23

Black with #C2AC23

Text Example


Text Example

White with #C2AC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC23; }

 p { color: rgb(194,172,35); }

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

background-color css

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

 a { background-color: rgb(194,172,35); }

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

border-color css

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

 span { border-color: rgb(194,172,35); }

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