Html Css Color HEX #C8A821 Earls Green

📋 copy color: '#C8A821'

red 200 ◦ green 168 ◦ blue 33

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

Shades of Earls Green #C8A821

Tints of Earls Green #C8A821

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.9%

 BLUE value IS 33 (13.28% from 255) = 8.23%

R = 49.88%
G = 41.9%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8A821 (or 0xC8A821) is known color: Earls Green. HEX triplet: C8, A8 and 21. RGB value is (200,168,33). Sum of RGB (Red+Green+Blue) = 200+168+33=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A821 is #3757DE. Grayscale: #A2A2A2. Windows color (decimal): -3626975 or 2205896. OLE color: 2205896.

HSL color Cylindrical-coordinate representation of color #C8A821: hue angle of 48.5º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8A821 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 168 33 -
CMYK 0 0.16 0.84 0.22
HSL 48.5º 0.72% 0.46% -
HSV(B) 48.5º 0.84% 0.78% -
XYZ 38.1 40.39 7.23 -
YUV 162.18 55.1 154.98 -
System Red Green Blue C M Y K H S L
Decimal 200 168 33 0 0.16 0.84 0.22 48.5 0.72 0.46
Hex C8 A8 21 0 10 54 16 31 48 2E
Octal 310 250 41 0 20 124 26 61 110 56
Binary 11001000 10101000 100001 0 10000 1010100 10110 110001 1001000 101110

Color Harmonies of #C8A821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A821

Black with #C8A821

Text Example


Text Example

White with #C8A821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A821; }

 p { color: rgb(200,168,33); }

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

background-color css

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

 a { background-color: rgb(200,168,33); }

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

border-color css

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

 span { border-color: rgb(200,168,33); }

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