Html Css Color HEX #C8AD25 Earls Green

📋 copy color: '#C8AD25'

red 200 ◦ green 173 ◦ blue 37

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

Shades of Earls Green #C8AD25

Tints of Earls Green #C8AD25

RGB

 RED value IS 200 (78.52% from 255) = 48.78%

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

 BLUE value IS 37 (14.84% from 255) = 9.02%

R = 48.78%
G = 42.2%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C8AD25 (or 0xC8AD25) is known color: Earls Green. HEX triplet: C8, AD and 25. RGB value is (200,173,37). Sum of RGB (Red+Green+Blue) = 200+173+37=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AD25 is #3752DA. Grayscale: #A6A6A6. Windows color (decimal): -3625691 or 2469320. OLE color: 2469320.

HSL color Cylindrical-coordinate representation of color #C8AD25: hue angle of 50.06º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8AD25 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 173 37 -
CMYK 0 0.14 0.82 0.22
HSL 50.06º 0.69% 0.46% -
HSV(B) 50.06º 0.82% 0.78% -
XYZ 39.1 42.3 7.85 -
YUV 165.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 200 173 37 0 0.14 0.82 0.22 50.06 0.69 0.46
Hex C8 AD 25 0 E 52 16 32 45 2E
Octal 310 255 45 0 16 122 26 62 105 56
Binary 11001000 10101101 100101 0 1110 1010010 10110 110010 1000101 101110

Color Harmonies of #C8AD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD25

Black with #C8AD25

Text Example


Text Example

White with #C8AD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD25; }

 p { color: rgb(200,173,37); }

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

background-color css

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

 a { background-color: rgb(200,173,37); }

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

border-color css

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

 span { border-color: rgb(200,173,37); }

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