Html Css Color HEX #C0DB92 Sprout

📋 copy color: '#C0DB92'

red 192 ◦ green 219 ◦ blue 146

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

Shades of Sprout #C0DB92

Tints of Sprout #C0DB92

RGB

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

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

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

R = 34.47%
G = 39.32%
B = 26.21%

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

#C0DB92 (or 0xC0DB92) is known color: Sprout. HEX triplet: C0, DB and 92. RGB value is (192,219,146). Sum of RGB (Red+Green+Blue) = 192+219+146=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DB92 is #3F246D. Grayscale: #CACACA. Windows color (decimal): -4138094 or 9624512. OLE color: 9624512.

HSL color Cylindrical-coordinate representation of color #C0DB92: hue angle of 82.19º 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 #C0DB92 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 219 146 -
CMYK 0.12 0 0.33 0.14
HSL 82.19º 0.5% 0.72% -
HSV(B) 82.19º 0.33% 0.86% -
XYZ 52.26 63.94 36.78 -
YUV 202.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 192 219 146 0.12 0 0.33 0.14 82.19 0.5 0.72
Hex C0 DB 92 C 0 21 E 52 32 48
Octal 300 333 222 14 0 41 16 122 62 110
Binary 11000000 11011011 10010010 1100 0 100001 1110 1010010 110010 1001000

Color Harmonies of #C0DB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DB92

Black with #C0DB92

Text Example


Text Example

White with #C0DB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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