Html Css Color HEX #C0D29F Sprout

📋 copy color: '#C0D29F'

red 192 ◦ green 210 ◦ blue 159

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

Shades of Sprout #C0D29F

Tints of Sprout #C0D29F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.43%

 BLUE value IS 159 (62.5% from 255) = 28.34%

R = 34.22%
G = 37.43%
B = 28.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#C0D29F (or 0xC0D29F) is known color: Sprout. HEX triplet: C0, D2 and 9F. RGB value is (192,210,159). Sum of RGB (Red+Green+Blue) = 192+210+159=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D29F is #3F2D60. Grayscale: #C6C6C6. Windows color (decimal): -4140385 or 10474176. OLE color: 10474176.

HSL color Cylindrical-coordinate representation of color #C0D29F: hue angle of 81.18º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0D29F is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 210 159 -
CMYK 0.09 0 0.24 0.18
HSL 81.18º 0.36% 0.72% -
HSV(B) 81.18º 0.24% 0.82% -
XYZ 51.04 59.8 41.65 -
YUV 198.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 192 210 159 0.09 0 0.24 0.18 81.18 0.36 0.72
Hex C0 D2 9F 9 0 18 12 51 24 48
Octal 300 322 237 11 0 30 22 121 44 110
Binary 11000000 11010010 10011111 1001 0 11000 10010 1010001 100100 1001000

Color Harmonies of #C0D29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D29F

Black with #C0D29F

Text Example


Text Example

White with #C0D29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D29F; }

 p { color: rgb(192,210,159); }

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

background-color css

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

 a { background-color: rgb(192,210,159); }

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

border-color css

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

 span { border-color: rgb(192,210,159); }

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