Html Css Color HEX #C0CF99 Sprout

📋 copy color: '#C0CF99'

red 192 ◦ green 207 ◦ blue 153

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

Shades of Sprout #C0CF99

Tints of Sprout #C0CF99

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.5%

 BLUE value IS 153 (60.16% from 255) = 27.72%

R = 34.78%
G = 37.5%
B = 27.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#C0CF99 (or 0xC0CF99) is known color: Sprout. HEX triplet: C0, CF and 99. RGB value is (192,207,153). Sum of RGB (Red+Green+Blue) = 192+207+153=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CF99 is #3F3066. Grayscale: #C4C4C4. Windows color (decimal): -4141159 or 10080192. OLE color: 10080192.

HSL color Cylindrical-coordinate representation of color #C0CF99: hue angle of 76.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0CF99 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 207 153 -
CMYK 0.07 0 0.26 0.19
HSL 76.67º 0.36% 0.71% -
HSV(B) 76.67º 0.26% 0.81% -
XYZ 49.8 58.13 38.73 -
YUV 196.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 192 207 153 0.07 0 0.26 0.19 76.67 0.36 0.71
Hex C0 CF 99 7 0 1A 13 4D 24 47
Octal 300 317 231 7 0 32 23 115 44 107
Binary 11000000 11001111 10011001 111 0 11010 10011 1001101 100100 1000111

Color Harmonies of #C0CF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CF99

Black with #C0CF99

Text Example


Text Example

White with #C0CF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CF99; }

 p { color: rgb(192,207,153); }

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

background-color css

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

 a { background-color: rgb(192,207,153); }

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

border-color css

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

 span { border-color: rgb(192,207,153); }

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