Html Css Color HEX #C0CD97 Sprout

📋 copy color: '#C0CD97'

red 192 ◦ green 205 ◦ blue 151

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

Shades of Sprout #C0CD97

Tints of Sprout #C0CD97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.55%

R = 35.04%
G = 37.41%
B = 27.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#C0CD97 (or 0xC0CD97) is known color: Sprout. HEX triplet: C0, CD and 97. RGB value is (192,205,151). Sum of RGB (Red+Green+Blue) = 192+205+151=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD97 is #3F3268. Grayscale: #C3C3C3. Windows color (decimal): -4141673 or 9948608. OLE color: 9948608.

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

Color convert

RGB 192 205 151 -
CMYK 0.06 0 0.26 0.20
HSL 74.44º 0.35% 0.7% -
HSV(B) 74.44º 0.26% 0.8% -
XYZ 49.16 57.1 37.71 -
YUV 194.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 192 205 151 0.06 0 0.26 0.20 74.44 0.35 0.7
Hex C0 CD 97 6 0 1A 14 4A 23 46
Octal 300 315 227 6 0 32 24 112 43 106
Binary 11000000 11001101 10010111 110 0 11010 10100 1001010 100011 1000110

Color Harmonies of #C0CD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD97

Black with #C0CD97

Text Example


Text Example

White with #C0CD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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