Html Css Color HEX #C6DC96 Reef

📋 copy color: '#C6DC96'

red 198 ◦ green 220 ◦ blue 150

#C6DC96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #C6DC96

Tints of Reef #C6DC96

RGB

 RED value IS 198 (77.73% from 255) = 34.86%

 GREEN value IS 220 (86.33% from 255) = 38.73%

 BLUE value IS 150 (58.98% from 255) = 26.41%

R = 34.86%
G = 38.73%
B = 26.41%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#C6DC96 (or 0xC6DC96) is known color: Reef. HEX triplet: C6, DC and 96. RGB value is (198,220,150). Sum of RGB (Red+Green+Blue) = 198+220+150=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DC96 is #392369. Grayscale: #CDCDCD. Windows color (decimal): -3744618 or 9886918. OLE color: 9886918.

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

Color convert

RGB 198 220 150 -
CMYK 0.1 0 0.32 0.14
HSL 78.86º 0.5% 0.73% -
HSV(B) 78.86º 0.32% 0.86% -
XYZ 54.39 65.39 38.61 -
YUV 205.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 198 220 150 0.1 0 0.32 0.14 78.86 0.5 0.73
Hex C6 DC 96 A 0 20 E 4F 32 49
Octal 306 334 226 12 0 40 16 117 62 111
Binary 11000110 11011100 10010110 1010 0 100000 1110 1001111 110010 1001001

Color Harmonies of #C6DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DC96

Black with #C6DC96

Text Example


Text Example

White with #C6DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DC96; }

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

 H1.HeaderClassName
 {
   color: #C6DC96;
 }
 .AnyTagClassName
 {
   color: #C6DC96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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