Html Css Color HEX #BCD397 Sprout

📋 copy color: '#BCD397'

red 188 ◦ green 211 ◦ blue 151

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

Shades of Sprout #BCD397

Tints of Sprout #BCD397

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.36%

 BLUE value IS 151 (59.38% from 255) = 27.45%

R = 34.18%
G = 38.36%
B = 27.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#BCD397 (or 0xBCD397) is known color: Sprout. HEX triplet: BC, D3 and 97. RGB value is (188,211,151). Sum of RGB (Red+Green+Blue) = 188+211+151=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD397 is #432C68. Grayscale: #C5C5C5. Windows color (decimal): -4402281 or 9950140. OLE color: 9950140.

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

Color convert

RGB 188 211 151 -
CMYK 0.11 0 0.28 0.17
HSL 83º 0.41% 0.71% -
HSV(B) 83º 0.28% 0.83% -
XYZ 49.62 59.51 38.15 -
YUV 197.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 188 211 151 0.11 0 0.28 0.17 83 0.41 0.71
Hex BC D3 97 B 0 1C 11 53 29 47
Octal 274 323 227 13 0 34 21 123 51 107
Binary 10111100 11010011 10010111 1011 0 11100 10001 1010011 101001 1000111

Color Harmonies of #BCD397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD397

Black with #BCD397

Text Example


Text Example

White with #BCD397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD397; }

 p { color: rgb(188,211,151); }

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

background-color css

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

 a { background-color: rgb(188,211,151); }

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

border-color css

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

 span { border-color: rgb(188,211,151); }

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