Html Css Color HEX #C0D698 Sprout

📋 copy color: '#C0D698'

red 192 ◦ green 214 ◦ blue 152

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

Shades of Sprout #C0D698

Tints of Sprout #C0D698

RGB

 RED value IS 192 (75.39% from 255) = 34.41%

 GREEN value IS 214 (83.98% from 255) = 38.35%

 BLUE value IS 152 (59.77% from 255) = 27.24%

R = 34.41%
G = 38.35%
B = 27.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#C0D698 (or 0xC0D698) is known color: Sprout. HEX triplet: C0, D6 and 98. RGB value is (192,214,152). Sum of RGB (Red+Green+Blue) = 192+214+152=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D698 is #3F2967. Grayscale: #C8C8C8. Windows color (decimal): -4139368 or 10016448. OLE color: 10016448.

HSL color Cylindrical-coordinate representation of color #C0D698: hue angle of 81.29º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0D698 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 152 -
CMYK 0.10 0 0.29 0.16
HSL 81.29º 0.43% 0.72% -
HSV(B) 81.29º 0.29% 0.84% -
XYZ 51.45 61.57 38.88 -
YUV 200.35 100.71 122.04 -
System Red Green Blue C M Y K H S L
Decimal 192 214 152 0.10 0 0.29 0.16 81.29 0.43 0.72
Hex C0 D6 98 A 0 1D 10 51 2B 48
Octal 300 326 230 12 0 35 20 121 53 110
Binary 11000000 11010110 10011000 1010 0 11101 10000 1010001 101011 1001000

Color Harmonies of #C0D698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D698

Black with #C0D698

Text Example


Text Example

White with #C0D698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D698; }

 p { color: rgb(192,214,152); }

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

background-color css

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

 a { background-color: rgb(192,214,152); }

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

border-color css

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

 span { border-color: rgb(192,214,152); }

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