#C0E9BD

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

Shades of Fringy Flower #C0E9BD

Tints of Fringy Flower #C0E9BD

Color information

#C0E9BD (or 0xC0E9BD) is unknown color: approx Fringy Flower. HEX triplet: C0, E9 and BD. RGB value is (192,233,189). Sum of RGB (Red+Green+Blue) = 192+233+189=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E9BD is #3F1642. Grayscale: #D7D7D7. Windows color (decimal): -4134467 or 12446144. OLE color: 12446144.

HSL color Cylindrical-coordinate representation of color #C0E9BD: hue angle of 115.91º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0E9BD is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB192233189-
CMYK0.1800.190.09
HSL115.91º50%82.75%-
HSV(B)115.91º18.88%91.37%-
XYZ60.0673.1659.1-
YUV215.72112.92111.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.27%
GREEN value IS 233 (91.41% from 255) = 37.95%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=31.27%
G=37.95%
B=30.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1922331890.1800.190.09115.915082.75
HexC0E9BD120139743253
Octal300351275220231116462123
Binary11000000111010011011110110010010011100111101001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E9BD; }

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

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

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

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

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

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

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

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