Html Css Color HEX #C0D092 Sprout

📋 copy color: '#C0D092'

red 192 ◦ green 208 ◦ blue 146

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

Shades of Sprout #C0D092

Tints of Sprout #C0D092

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.1%

 BLUE value IS 146 (57.42% from 255) = 26.74%

R = 35.16%
G = 38.1%
B = 26.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#C0D092 (or 0xC0D092) is known color: Sprout. HEX triplet: C0, D0 and 92. RGB value is (192,208,146). Sum of RGB (Red+Green+Blue) = 192+208+146=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D092 is #3F2F6D. Grayscale: #C4C4C4. Windows color (decimal): -4140910 or 9621696. OLE color: 9621696.

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

Color convert

RGB 192 208 146 -
CMYK 0.08 0 0.30 0.18
HSL 75.48º 0.4% 0.69% -
HSV(B) 75.48º 0.3% 0.82% -
XYZ 49.48 58.39 35.86 -
YUV 196.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 192 208 146 0.08 0 0.30 0.18 75.48 0.4 0.69
Hex C0 D0 92 8 0 1E 12 4B 28 45
Octal 300 320 222 10 0 36 22 113 50 105
Binary 11000000 11010000 10010010 1000 0 11110 10010 1001011 101000 1000101

Color Harmonies of #C0D092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D092

Black with #C0D092

Text Example


Text Example

White with #C0D092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D092; }

 p { color: rgb(192,208,146); }

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

background-color css

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

 a { background-color: rgb(192,208,146); }

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

border-color css

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

 span { border-color: rgb(192,208,146); }

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