Html Css Color HEX #C0CD98 Sprout

📋 copy color: '#C0CD98'

red 192 ◦ green 205 ◦ blue 152

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

Shades of Sprout #C0CD98

Tints of Sprout #C0CD98

RGB

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

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

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

R = 34.97%
G = 37.34%
B = 27.69%

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

#C0CD98 (or 0xC0CD98) is known color: Sprout. HEX triplet: C0, CD and 98. RGB value is (192,205,152). Sum of RGB (Red+Green+Blue) = 192+205+152=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD98 is #3F3267. Grayscale: #C3C3C3. Windows color (decimal): -4141672 or 10014144. OLE color: 10014144.

HSL color Cylindrical-coordinate representation of color #C0CD98: hue angle of 74.72º 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 #C0CD98 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 152 -
CMYK 0.06 0 0.26 0.20
HSL 74.72º 0.35% 0.7% -
HSV(B) 74.72º 0.26% 0.8% -
XYZ 49.24 57.14 38.14 -
YUV 195.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 192 205 152 0.06 0 0.26 0.20 74.72 0.35 0.7
Hex C0 CD 98 6 0 1A 14 4B 23 46
Octal 300 315 230 6 0 32 24 113 43 106
Binary 11000000 11001101 10011000 110 0 11010 10100 1001011 100011 1000110

Color Harmonies of #C0CD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD98

Black with #C0CD98

Text Example


Text Example

White with #C0CD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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