#C2EBC2

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

Shades of Fringy Flower #C2EBC2

Tints of Fringy Flower #C2EBC2

Color information

#C2EBC2 (or 0xC2EBC2) is unknown color: approx Fringy Flower. HEX triplet: C2, EB and C2. RGB value is (194,235,194). Sum of RGB (Red+Green+Blue) = 194+235+194=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBC2 is #3D143D. Grayscale: #DADADA. Windows color (decimal): -4002878 or 12774338. OLE color: 12774338.

HSL color Cylindrical-coordinate representation of color #C2EBC2: hue angle of 120º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EBC2 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB194235194-
CMYK0.1700.170.08
HSL120º50.62%84.12%-
HSV(B)120º17.45%92.16%-
XYZ61.6974.7862.22-
YUV218.07114.42110.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.14%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 194 (76.17% from 255) = 31.14%
R=31.14%
G=37.72%
B=31.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942351940.1700.170.0812050.6284.12
HexC2EBC2110118783354
Octal302353302210211017063124
Binary11000010111010111100001010001010001100011110001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EBC2; }

 p { color: rgb(194,235,194); }

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

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

 a { background-color: rgb(194,235,194); }

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

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

 span { border-color: rgb(194,235,194); }

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