Html Css Color HEX #BCCC9F Sprout

📋 copy color: '#BCCC9F'

red 188 ◦ green 204 ◦ blue 159

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

Shades of Sprout #BCCC9F

Tints of Sprout #BCCC9F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.02%

 BLUE value IS 159 (62.5% from 255) = 28.86%

R = 34.12%
G = 37.02%
B = 28.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#BCCC9F (or 0xBCCC9F) is known color: Sprout. HEX triplet: BC, CC and 9F. RGB value is (188,204,159). Sum of RGB (Red+Green+Blue) = 188+204+159=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC9F is #433360. Grayscale: #C2C2C2. Windows color (decimal): -4404065 or 10472636. OLE color: 10472636.

HSL color Cylindrical-coordinate representation of color #BCCC9F: hue angle of 81.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCC9F is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 159 -
CMYK 0.08 0 0.22 0.2
HSL 81.33º 0.31% 0.71% -
HSV(B) 81.33º 0.22% 0.8% -
XYZ 48.59 56.38 41.12 -
YUV 194.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 188 204 159 0.08 0 0.22 0.2 81.33 0.31 0.71
Hex BC CC 9F 8 0 16 14 51 1F 47
Octal 274 314 237 10 0 26 24 121 37 107
Binary 10111100 11001100 10011111 1000 0 10110 10100 1010001 11111 1000111

Color Harmonies of #BCCC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC9F

Black with #BCCC9F

Text Example


Text Example

White with #BCCC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC9F; }

 p { color: rgb(188,204,159); }

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

background-color css

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

 a { background-color: rgb(188,204,159); }

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

border-color css

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

 span { border-color: rgb(188,204,159); }

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