Html Css Color HEX #BCD496 Sprout

📋 copy color: '#BCD496'

red 188 ◦ green 212 ◦ blue 150

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

Shades of Sprout #BCD496

Tints of Sprout #BCD496

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.55%

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

R = 34.18%
G = 38.55%
B = 27.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#BCD496 (or 0xBCD496) is known color: Sprout. HEX triplet: BC, D4 and 96. RGB value is (188,212,150). Sum of RGB (Red+Green+Blue) = 188+212+150=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD496 is #432B69. Grayscale: #C5C5C5. Windows color (decimal): -4402026 or 9884860. OLE color: 9884860.

HSL color Cylindrical-coordinate representation of color #BCD496: hue angle of 83.23º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCD496 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 150 -
CMYK 0.11 0 0.29 0.17
HSL 83.23º 0.42% 0.71% -
HSV(B) 83.23º 0.29% 0.83% -
XYZ 49.79 59.98 37.81 -
YUV 197.76 101.05 121.04 -
System Red Green Blue C M Y K H S L
Decimal 188 212 150 0.11 0 0.29 0.17 83.23 0.42 0.71
Hex BC D4 96 B 0 1D 11 53 2A 47
Octal 274 324 226 13 0 35 21 123 52 107
Binary 10111100 11010100 10010110 1011 0 11101 10001 1010011 101010 1000111

Color Harmonies of #BCD496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD496

Black with #BCD496

Text Example


Text Example

White with #BCD496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD496; }

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

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

background-color css

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

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

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

border-color css

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

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

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