Html Css Color HEX #BCD392 Sprout

📋 copy color: '#BCD392'

red 188 ◦ green 211 ◦ blue 146

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

Shades of Sprout #BCD392

Tints of Sprout #BCD392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.79%

R = 34.5%
G = 38.72%
B = 26.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#BCD392 (or 0xBCD392) is known color: Sprout. HEX triplet: BC, D3 and 92. RGB value is (188,211,146). Sum of RGB (Red+Green+Blue) = 188+211+146=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD392 is #432C6D. Grayscale: #C4C4C4. Windows color (decimal): -4402286 or 9622460. OLE color: 9622460.

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

Color convert

RGB 188 211 146 -
CMYK 0.11 0 0.31 0.17
HSL 81.23º 0.42% 0.7% -
HSV(B) 81.23º 0.31% 0.83% -
XYZ 49.22 59.36 36.06 -
YUV 196.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 188 211 146 0.11 0 0.31 0.17 81.23 0.42 0.7
Hex BC D3 92 B 0 1F 11 51 2A 46
Octal 274 323 222 13 0 37 21 121 52 106
Binary 10111100 11010011 10010010 1011 0 11111 10001 1010001 101010 1000110

Color Harmonies of #BCD392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD392

Black with #BCD392

Text Example


Text Example

White with #BCD392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD392; }

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

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

background-color css

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

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

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

border-color css

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

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

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