Html Css Color HEX #CCD698 Green Mist

📋 copy color: '#CCD698'

red 204 ◦ green 214 ◦ blue 152

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

Shades of Green Mist #CCD698

Tints of Green Mist #CCD698

RGB

 RED value IS 204 (80.08% from 255) = 35.79%

 GREEN value IS 214 (83.98% from 255) = 37.54%

 BLUE value IS 152 (59.77% from 255) = 26.67%

R = 35.79%
G = 37.54%
B = 26.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#CCD698 (or 0xCCD698) is known color: Green Mist. HEX triplet: CC, D6 and 98. RGB value is (204,214,152). Sum of RGB (Red+Green+Blue) = 204+214+152=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD698 is #332967. Grayscale: #CCCCCC. Windows color (decimal): -3352936 or 10016460. OLE color: 10016460.

HSL color Cylindrical-coordinate representation of color #CCD698: hue angle of 69.68º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCD698 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 152 -
CMYK 0.05 0 0.29 0.16
HSL 69.68º 0.43% 0.72% -
HSV(B) 69.68º 0.29% 0.84% -
XYZ 54.62 63.2 39.03 -
YUV 203.94 98.69 128.04 -
System Red Green Blue C M Y K H S L
Decimal 204 214 152 0.05 0 0.29 0.16 69.68 0.43 0.72
Hex CC D6 98 5 0 1D 10 46 2B 48
Octal 314 326 230 5 0 35 20 106 53 110
Binary 11001100 11010110 10011000 101 0 11101 10000 1000110 101011 1001000

Color Harmonies of #CCD698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD698

Black with #CCD698

Text Example


Text Example

White with #CCD698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD698; }

 p { color: rgb(204,214,152); }

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

background-color css

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

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

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

border-color css

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

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

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