Html Css Color HEX #BCD88C Sprout

📋 copy color: '#BCD88C'

red 188 ◦ green 216 ◦ blue 140

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

Shades of Sprout #BCD88C

Tints of Sprout #BCD88C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.71%

 BLUE value IS 140 (55.08% from 255) = 25.74%

R = 34.56%
G = 39.71%
B = 25.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#BCD88C (or 0xBCD88C) is known color: Sprout. HEX triplet: BC, D8 and 8C. RGB value is (188,216,140). Sum of RGB (Red+Green+Blue) = 188+216+140=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD88C is #432773. Grayscale: #C7C7C7. Windows color (decimal): -4401012 or 9230524. OLE color: 9230524.

HSL color Cylindrical-coordinate representation of color #BCD88C: hue angle of 82.11º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCD88C is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 140 -
CMYK 0.13 0 0.35 0.15
HSL 82.11º 0.49% 0.7% -
HSV(B) 82.11º 0.35% 0.85% -
XYZ 50.03 61.7 34.08 -
YUV 198.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 188 216 140 0.13 0 0.35 0.15 82.11 0.49 0.7
Hex BC D8 8C D 0 23 F 52 31 46
Octal 274 330 214 15 0 43 17 122 61 106
Binary 10111100 11011000 10001100 1101 0 100011 1111 1010010 110001 1000110

Color Harmonies of #BCD88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD88C

Black with #BCD88C

Text Example


Text Example

White with #BCD88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD88C; }

 p { color: rgb(188,216,140); }

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

background-color css

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

 a { background-color: rgb(188,216,140); }

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

border-color css

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

 span { border-color: rgb(188,216,140); }

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