#c2db7b

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

Shades of Sulu #C2DB7B

Tints of Sulu #C2DB7B

Color information

#C2DB7B (or 0xC2DB7B) is unknown color: approx Sulu. HEX triplet: C2, DB and 7B. RGB value is (194,219,123). Sum of RGB (Red+Green+Blue) = 194+219+123=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DB7B is #3D2484. Grayscale: #C8C8C8. Windows color (decimal): -4007045 or 8117186. OLE color: 8117186.

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

Color convert

RGB194219123-
CMYK0.1100.440.14
HSL75.62º57.14%67.06%-
HSV(B)75.62º43.84%85.88%-
XYZ51.1563.5628.31-
YUV200.5884.22123.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 219 (85.94% from 255) = 40.86%
BLUE value IS 123 (48.44% from 255) = 22.95%
R=36.19%
G=40.86%
B=22.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942191230.1100.440.1475.6257.1467.06
HexC2DB7BB02CE4c3943
Octal302333173130541611471103
Binary1100001011011011111101110110101100111010011001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2db7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2db7b; }

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

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

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

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

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

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

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

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