Html Css Color HEX #C0D294 Sprout

📋 copy color: '#C0D294'

red 192 ◦ green 210 ◦ blue 148

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

Shades of Sprout #C0D294

Tints of Sprout #C0D294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.91%

R = 34.91%
G = 38.18%
B = 26.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#C0D294 (or 0xC0D294) is known color: Sprout. HEX triplet: C0, D2 and 94. RGB value is (192,210,148). Sum of RGB (Red+Green+Blue) = 192+210+148=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D294 is #3F2D6B. Grayscale: #C5C5C5. Windows color (decimal): -4140396 or 9753280. OLE color: 9753280.

HSL color Cylindrical-coordinate representation of color #C0D294: hue angle of 77.42º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0D294 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 210 148 -
CMYK 0.09 0 0.30 0.18
HSL 77.42º 0.41% 0.7% -
HSV(B) 77.42º 0.3% 0.82% -
XYZ 50.13 59.44 36.85 -
YUV 197.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 192 210 148 0.09 0 0.30 0.18 77.42 0.41 0.7
Hex C0 D2 94 9 0 1E 12 4D 29 46
Octal 300 322 224 11 0 36 22 115 51 106
Binary 11000000 11010010 10010100 1001 0 11110 10010 1001101 101001 1000110

Color Harmonies of #C0D294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D294

Black with #C0D294

Text Example


Text Example

White with #C0D294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D294; }

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

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

background-color css

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

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

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

border-color css

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

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

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