Html Css Color HEX #C2CE9B Sprout

📋 copy color: '#C2CE9B'

red 194 ◦ green 206 ◦ blue 155

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

Shades of Sprout #C2CE9B

Tints of Sprout #C2CE9B

RGB

 RED value IS 194 (76.17% from 255) = 34.95%

 GREEN value IS 206 (80.86% from 255) = 37.12%

 BLUE value IS 155 (60.94% from 255) = 27.93%

R = 34.95%
G = 37.12%
B = 27.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#C2CE9B (or 0xC2CE9B) is known color: Sprout. HEX triplet: C2, CE and 9B. RGB value is (194,206,155). Sum of RGB (Red+Green+Blue) = 194+206+155=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CE9B is #3D3164. Grayscale: #C4C4C4. Windows color (decimal): -4010341 or 10211010. OLE color: 10211010.

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

Color convert

RGB 194 206 155 -
CMYK 0.06 0 0.25 0.19
HSL 74.12º 0.34% 0.71% -
HSV(B) 74.12º 0.25% 0.81% -
XYZ 50.24 57.98 39.55 -
YUV 196.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 194 206 155 0.06 0 0.25 0.19 74.12 0.34 0.71
Hex C2 CE 9B 6 0 19 13 4A 22 47
Octal 302 316 233 6 0 31 23 112 42 107
Binary 11000010 11001110 10011011 110 0 11001 10011 1001010 100010 1000111

Color Harmonies of #C2CE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CE9B

Black with #C2CE9B

Text Example


Text Example

White with #C2CE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CE9B; }

 p { color: rgb(194,206,155); }

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

background-color css

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

 a { background-color: rgb(194,206,155); }

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

border-color css

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

 span { border-color: rgb(194,206,155); }

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