Html Css Color HEX #BCCC96 Sprout

📋 copy color: '#BCCC96'

red 188 ◦ green 204 ◦ blue 150

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

Shades of Sprout #BCCC96

Tints of Sprout #BCCC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.68%

R = 34.69%
G = 37.64%
B = 27.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#BCCC96 (or 0xBCCC96) is known color: Sprout. HEX triplet: BC, CC and 96. RGB value is (188,204,150). Sum of RGB (Red+Green+Blue) = 188+204+150=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC96 is #433369. Grayscale: #C1C1C1. Windows color (decimal): -4404074 or 9882812. OLE color: 9882812.

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

Color convert

RGB 188 204 150 -
CMYK 0.08 0 0.26 0.2
HSL 77.78º 0.35% 0.69% -
HSV(B) 77.78º 0.26% 0.8% -
XYZ 47.84 56.08 37.16 -
YUV 193.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 188 204 150 0.08 0 0.26 0.2 77.78 0.35 0.69
Hex BC CC 96 8 0 1A 14 4E 23 45
Octal 274 314 226 10 0 32 24 116 43 105
Binary 10111100 11001100 10010110 1000 0 11010 10100 1001110 100011 1000101

Color Harmonies of #BCCC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC96

Black with #BCCC96

Text Example


Text Example

White with #BCCC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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