Html Css Color HEX #C0CF94 Sprout

📋 copy color: '#C0CF94'

red 192 ◦ green 207 ◦ blue 148

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

Shades of Sprout #C0CF94

Tints of Sprout #C0CF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.06%

R = 35.1%
G = 37.84%
B = 27.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#C0CF94 (or 0xC0CF94) is known color: Sprout. HEX triplet: C0, CF and 94. RGB value is (192,207,148). Sum of RGB (Red+Green+Blue) = 192+207+148=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CF94 is #3F306B. Grayscale: #C4C4C4. Windows color (decimal): -4141164 or 9752512. OLE color: 9752512.

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

Color convert

RGB 192 207 148 -
CMYK 0.07 0 0.29 0.19
HSL 75.25º 0.38% 0.7% -
HSV(B) 75.25º 0.29% 0.81% -
XYZ 49.4 57.97 36.6 -
YUV 195.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 192 207 148 0.07 0 0.29 0.19 75.25 0.38 0.7
Hex C0 CF 94 7 0 1D 13 4B 26 46
Octal 300 317 224 7 0 35 23 113 46 106
Binary 11000000 11001111 10010100 111 0 11101 10011 1001011 100110 1000110

Color Harmonies of #C0CF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CF94

Black with #C0CF94

Text Example


Text Example

White with #C0CF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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