Html Css Color HEX #BCCE96 Sprout

📋 copy color: '#BCCE96'

red 188 ◦ green 206 ◦ blue 150

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

Shades of Sprout #BCCE96

Tints of Sprout #BCCE96

RGB

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

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

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

R = 34.56%
G = 37.87%
B = 27.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#BCCE96 (or 0xBCCE96) is known color: Sprout. HEX triplet: BC, CE and 96. RGB value is (188,206,150). Sum of RGB (Red+Green+Blue) = 188+206+150=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE96 is #433169. Grayscale: #C2C2C2. Windows color (decimal): -4403562 or 9883324. OLE color: 9883324.

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

Color convert

RGB 188 206 150 -
CMYK 0.09 0 0.27 0.19
HSL 79.29º 0.36% 0.7% -
HSV(B) 79.29º 0.27% 0.81% -
XYZ 48.32 57.04 37.32 -
YUV 194.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 188 206 150 0.09 0 0.27 0.19 79.29 0.36 0.7
Hex BC CE 96 9 0 1B 13 4F 24 46
Octal 274 316 226 11 0 33 23 117 44 106
Binary 10111100 11001110 10010110 1001 0 11011 10011 1001111 100100 1000110

Color Harmonies of #BCCE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE96

Black with #BCCE96

Text Example


Text Example

White with #BCCE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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