Html Css Color HEX #BCC99E Sprout

📋 copy color: '#BCC99E'

red 188 ◦ green 201 ◦ blue 158

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

Shades of Sprout #BCC99E

Tints of Sprout #BCC99E

RGB

 RED value IS 188 (73.83% from 255) = 34.37%

 GREEN value IS 201 (78.91% from 255) = 36.75%

 BLUE value IS 158 (62.11% from 255) = 28.88%

R = 34.37%
G = 36.75%
B = 28.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#BCC99E (or 0xBCC99E) is known color: Sprout. HEX triplet: BC, C9 and 9E. RGB value is (188,201,158). Sum of RGB (Red+Green+Blue) = 188+201+158=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC99E is #433661. Grayscale: #C0C0C0. Windows color (decimal): -4404834 or 10406332. OLE color: 10406332.

HSL color Cylindrical-coordinate representation of color #BCC99E: hue angle of 78.14º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC99E is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 158 -
CMYK 0.06 0 0.21 0.21
HSL 78.14º 0.28% 0.7% -
HSV(B) 78.14º 0.21% 0.79% -
XYZ 47.8 54.93 40.43 -
YUV 192.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 188 201 158 0.06 0 0.21 0.21 78.14 0.28 0.7
Hex BC C9 9E 6 0 15 15 4E 1C 46
Octal 274 311 236 6 0 25 25 116 34 106
Binary 10111100 11001001 10011110 110 0 10101 10101 1001110 11100 1000110

Color Harmonies of #BCC99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC99E

Black with #BCC99E

Text Example


Text Example

White with #BCC99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC99E; }

 p { color: rgb(188,201,158); }

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

background-color css

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

 a { background-color: rgb(188,201,158); }

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

border-color css

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

 span { border-color: rgb(188,201,158); }

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