Html Css Color HEX #C0CD99 Sprout

📋 copy color: '#C0CD99'

red 192 ◦ green 205 ◦ blue 153

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

Shades of Sprout #C0CD99

Tints of Sprout #C0CD99

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.27%

 BLUE value IS 153 (60.16% from 255) = 27.82%

R = 34.91%
G = 37.27%
B = 27.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#C0CD99 (or 0xC0CD99) is known color: Sprout. HEX triplet: C0, CD and 99. RGB value is (192,205,153). Sum of RGB (Red+Green+Blue) = 192+205+153=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD99 is #3F3266. Grayscale: #C3C3C3. Windows color (decimal): -4141671 or 10079680. OLE color: 10079680.

HSL color Cylindrical-coordinate representation of color #C0CD99: hue angle of 75º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0CD99 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 153 -
CMYK 0.06 0 0.25 0.20
HSL 75º 0.34% 0.7% -
HSV(B) 75º 0.25% 0.8% -
XYZ 49.32 57.17 38.57 -
YUV 195.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 192 205 153 0.06 0 0.25 0.20 75 0.34 0.7
Hex C0 CD 99 6 0 19 14 4B 22 46
Octal 300 315 231 6 0 31 24 113 42 106
Binary 11000000 11001101 10011001 110 0 11001 10100 1001011 100010 1000110

Color Harmonies of #C0CD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD99

Black with #C0CD99

Text Example


Text Example

White with #C0CD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD99; }

 p { color: rgb(192,205,153); }

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

background-color css

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

 a { background-color: rgb(192,205,153); }

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

border-color css

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

 span { border-color: rgb(192,205,153); }

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