#C7DB98

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

Shades of Reef #C7DB98

Tints of Reef #C7DB98

Color information

#C7DB98 (or 0xC7DB98) is unknown color: approx Reef. HEX triplet: C7, DB and 98. RGB value is (199,219,152). Sum of RGB (Red+Green+Blue) = 199+219+152=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DB98 is #382467. Grayscale: #CDCDCD. Windows color (decimal): -3679336 or 10017735. OLE color: 10017735.

HSL color Cylindrical-coordinate representation of color #C7DB98: hue angle of 77.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7DB98 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB199219152-
CMYK0.0900.310.14
HSL77.91º48.2%72.75%-
HSV(B)77.91º30.59%85.88%-
XYZ54.5565.0739.39-
YUV205.3897.87123.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.91%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 152 (59.77% from 255) = 26.67%
R=34.91%
G=38.42%
B=26.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992191520.0900.310.1477.9148.272.75
HexC7DB98901FE4e3049
Octal307333230110371611660111
Binary1100011111011011100110001001011111111010011101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DB98; }

 p { color: rgb(199,219,152); }

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

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

 a { background-color: rgb(199,219,152); }

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

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

 span { border-color: rgb(199,219,152); }

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