Html Css Color HEX #C0DB98 Sprout

📋 copy color: '#C0DB98'

red 192 ◦ green 219 ◦ blue 152

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

Shades of Sprout #C0DB98

Tints of Sprout #C0DB98

RGB

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

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

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

R = 34.1%
G = 38.9%
B = 27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#C0DB98 (or 0xC0DB98) is known color: Sprout. HEX triplet: C0, DB and 98. RGB value is (192,219,152). Sum of RGB (Red+Green+Blue) = 192+219+152=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DB98 is #3F2467. Grayscale: #CBCBCB. Windows color (decimal): -4138088 or 10017728. OLE color: 10017728.

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

Color convert

RGB 192 219 152 -
CMYK 0.12 0 0.31 0.14
HSL 84.18º 0.48% 0.73% -
HSV(B) 84.18º 0.31% 0.86% -
XYZ 52.74 64.14 39.31 -
YUV 203.29 99.05 119.95 -
System Red Green Blue C M Y K H S L
Decimal 192 219 152 0.12 0 0.31 0.14 84.18 0.48 0.73
Hex C0 DB 98 C 0 1F E 54 30 49
Octal 300 333 230 14 0 37 16 124 60 111
Binary 11000000 11011011 10011000 1100 0 11111 1110 1010100 110000 1001001

Color Harmonies of #C0DB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DB98

Black with #C0DB98

Text Example


Text Example

White with #C0DB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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