#C6DC9B

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

Shades of Reef #C6DC9B

Tints of Reef #C6DC9B

Color information

#C6DC9B (or 0xC6DC9B) is unknown color: approx Reef. HEX triplet: C6, DC and 9B. RGB value is (198,220,155). Sum of RGB (Red+Green+Blue) = 198+220+155=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DC9B is #392364. Grayscale: #CECECE. Windows color (decimal): -3744613 or 10214598. OLE color: 10214598.

HSL color Cylindrical-coordinate representation of color #C6DC9B: hue angle of 80.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6DC9B is Cyan = 0.1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB198220155-
CMYK0.100.300.14
HSL80.31º48.15%73.53%-
HSV(B)80.31º29.55%86.27%-
XYZ54.865.5640.78-
YUV206.0199.21122.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.55%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=34.55%
G=38.39%
B=27.05%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982201550.100.300.1480.3148.1573.53
HexC6DC9BA01EE50304a
Octal306334233120361612060112
Binary1100011011011100100110111010011110111010100001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DC9B; }

 p { color: rgb(198,220,155); }

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

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

 a { background-color: rgb(198,220,155); }

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

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

 span { border-color: rgb(198,220,155); }

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