Html Css Color HEX #C0DB93 Sprout

📋 copy color: '#C0DB93'

red 192 ◦ green 219 ◦ blue 147

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

Shades of Sprout #C0DB93

Tints of Sprout #C0DB93

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.25%

 BLUE value IS 147 (57.81% from 255) = 26.34%

R = 34.41%
G = 39.25%
B = 26.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#C0DB93 (or 0xC0DB93) is known color: Sprout. HEX triplet: C0, DB and 93. RGB value is (192,219,147). Sum of RGB (Red+Green+Blue) = 192+219+147=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DB93 is #3F246C. Grayscale: #CACACA. Windows color (decimal): -4138093 or 9690048. OLE color: 9690048.

HSL color Cylindrical-coordinate representation of color #C0DB93: hue angle of 82.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0DB93 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 219 147 -
CMYK 0.12 0 0.33 0.14
HSL 82.5º 0.5% 0.72% -
HSV(B) 82.5º 0.33% 0.86% -
XYZ 52.34 63.98 37.19 -
YUV 202.72 96.55 120.35 -
System Red Green Blue C M Y K H S L
Decimal 192 219 147 0.12 0 0.33 0.14 82.5 0.5 0.72
Hex C0 DB 93 C 0 21 E 52 32 48
Octal 300 333 223 14 0 41 16 122 62 110
Binary 11000000 11011011 10010011 1100 0 100001 1110 1010010 110010 1001000

Color Harmonies of #C0DB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DB93

Black with #C0DB93

Text Example


Text Example

White with #C0DB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DB93; }

 p { color: rgb(192,219,147); }

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

background-color css

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

 a { background-color: rgb(192,219,147); }

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

border-color css

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

 span { border-color: rgb(192,219,147); }

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