Html Css Color HEX #C0D088 Deco

📋 copy color: '#C0D088'

red 192 ◦ green 208 ◦ blue 136

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

Shades of Deco #C0D088

Tints of Deco #C0D088

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.81%

 BLUE value IS 136 (53.52% from 255) = 25.37%

R = 35.82%
G = 38.81%
B = 25.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#C0D088 (or 0xC0D088) is known color: Deco. HEX triplet: C0, D0 and 88. RGB value is (192,208,136). Sum of RGB (Red+Green+Blue) = 192+208+136=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D088 is #3F2F77. Grayscale: #C3C3C3. Windows color (decimal): -4140920 or 8966336. OLE color: 8966336.

HSL color Cylindrical-coordinate representation of color #C0D088: hue angle of 73.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0D088 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 208 136 -
CMYK 0.08 0 0.35 0.18
HSL 73.33º 0.43% 0.67% -
HSV(B) 73.33º 0.35% 0.82% -
XYZ 48.74 58.1 31.94 -
YUV 195.01 94.7 125.85 -
System Red Green Blue C M Y K H S L
Decimal 192 208 136 0.08 0 0.35 0.18 73.33 0.43 0.67
Hex C0 D0 88 8 0 23 12 49 2B 43
Octal 300 320 210 10 0 43 22 111 53 103
Binary 11000000 11010000 10001000 1000 0 100011 10010 1001001 101011 1000011

Color Harmonies of #C0D088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D088

Black with #C0D088

Text Example


Text Example

White with #C0D088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D088; }

 p { color: rgb(192,208,136); }

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

background-color css

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

 a { background-color: rgb(192,208,136); }

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

border-color css

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

 span { border-color: rgb(192,208,136); }

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