#CDCD98

Color #CDCD98 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #CDCD98

Tints of Green Mist #CDCD98

Color information

#CDCD98 (or 0xCDCD98) is unknown color: approx Green Mist. HEX triplet: CD, CD and 98. RGB value is (205,205,152). Sum of RGB (Red+Green+Blue) = 205+205+152=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCD98 is #323267. Grayscale: #C7C7C7. Windows color (decimal): -3289704 or 10014157. OLE color: 10014157.

HSL color Cylindrical-coordinate representation of color #CDCD98: hue angle of 60º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDCD98 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB205205152-
CMYK000.260.20
HSL60º34.64%70%-
HSV(B)60º25.85%80.39%-
XYZ52.6858.9138.3-
YUV198.96101.5132.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 152 (59.77% from 255) = 27.05%
R=36.48%
G=36.48%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205205152000.260.206034.6470
HexCDCD98001A143c2346
Octal3153152300032247443106
Binary1100110111001101100110000011010101001111001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCD98; }

 p { color: rgb(205,205,152); }

 H1.HeaderClassName
 {
   color: #CDCD98;
 }
 .AnyTagClassName
 {
   color: #CDCD98;
 }
</style>
background-color css

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

 a { background-color: rgb(205,205,152); }

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

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

 span { border-color: rgb(205,205,152); }

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