#C0ECBD

Color #C0ECBD Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #C0ECBD

Tints of Fringy Flower #C0ECBD

Color information

#C0ECBD (or 0xC0ECBD) is unknown color: approx Fringy Flower. HEX triplet: C0, EC and BD. RGB value is (192,236,189). Sum of RGB (Red+Green+Blue) = 192+236+189=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECBD is #3F1342. Grayscale: #D9D9D9. Windows color (decimal): -4133699 or 12446912. OLE color: 12446912.

HSL color Cylindrical-coordinate representation of color #C0ECBD: hue angle of 116.17º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0ECBD is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB192236189-
CMYK0.1900.200.07
HSL116.17º55.29%83.33%-
HSV(B)116.17º19.92%92.55%-
XYZ60.9274.8759.38-
YUV217.49111.92109.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.12%
GREEN value IS 236 (92.58% from 255) = 38.25%
BLUE value IS 189 (74.22% from 255) = 30.63%
R=31.12%
G=38.25%
B=30.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922361890.1900.200.07116.1755.2983.33
HexC0ECBD130147743753
Octal30035427523024716467123
Binary1100000011101100101111011001101010011111101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ECBD; }

 p { color: rgb(192,236,189); }

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

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

 a { background-color: rgb(192,236,189); }

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

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

 span { border-color: rgb(192,236,189); }

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