#C2DB8A

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

Shades of Sulu #C2DB8A

Tints of Sulu #C2DB8A

Color information

#C2DB8A (or 0xC2DB8A) is unknown color: approx Sulu. HEX triplet: C2, DB and 8A. RGB value is (194,219,138). Sum of RGB (Red+Green+Blue) = 194+219+138=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DB8A is #3D2475. Grayscale: #CACACA. Windows color (decimal): -4007030 or 9100226. OLE color: 9100226.

HSL color Cylindrical-coordinate representation of color #C2DB8A: hue angle of 78.52º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2DB8A is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB194219138-
CMYK0.1100.370.14
HSL78.52º52.94%70%-
HSV(B)78.52º36.99%85.88%-
XYZ52.1763.9733.64-
YUV202.2991.72122.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.21%
GREEN value IS 219 (85.94% from 255) = 39.75%
BLUE value IS 138 (54.30% from 255) = 25.05%
R=35.21%
G=39.75%
B=25.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942191380.1100.370.1478.5252.9470
HexC2DB8AB025E4f3546
Octal302333212130451611765106
Binary11000010110110111000101010110100101111010011111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DB8A; }

 p { color: rgb(194,219,138); }

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

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

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

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

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

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

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