Html Css Color HEX #C0AD27 Earls Green

📋 copy color: '#C0AD27'

red 192 ◦ green 173 ◦ blue 39

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

Shades of Earls Green #C0AD27

Tints of Earls Green #C0AD27

RGB

 RED value IS 192 (75.39% from 255) = 47.52%

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

 BLUE value IS 39 (15.63% from 255) = 9.65%

R = 47.52%
G = 42.82%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C0AD27 (or 0xC0AD27) is known color: Earls Green. HEX triplet: C0, AD and 27. RGB value is (192,173,39). Sum of RGB (Red+Green+Blue) = 192+173+39=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD27 is #3F52D8. Grayscale: #A3A3A3. Windows color (decimal): -4149977 or 2600384. OLE color: 2600384.

HSL color Cylindrical-coordinate representation of color #C0AD27: hue angle of 52.55º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0AD27 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 39 -
CMYK 0 0.10 0.80 0.25
HSL 52.55º 0.66% 0.45% -
HSV(B) 52.55º 0.8% 0.75% -
XYZ 37.05 41.24 7.93 -
YUV 163.41 57.79 148.4 -
System Red Green Blue C M Y K H S L
Decimal 192 173 39 0 0.10 0.80 0.25 52.55 0.66 0.45
Hex C0 AD 27 0 A 50 19 35 42 2D
Octal 300 255 47 0 12 120 31 65 102 55
Binary 11000000 10101101 100111 0 1010 1010000 11001 110101 1000010 101101

Color Harmonies of #C0AD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD27

Black with #C0AD27

Text Example


Text Example

White with #C0AD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD27; }

 p { color: rgb(192,173,39); }

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

background-color css

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

 a { background-color: rgb(192,173,39); }

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

border-color css

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

 span { border-color: rgb(192,173,39); }

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