Html Css Color HEX #BCD594 Sprout

📋 copy color: '#BCD594'

red 188 ◦ green 213 ◦ blue 148

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

Shades of Sprout #BCD594

Tints of Sprout #BCD594

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.8%

 BLUE value IS 148 (58.2% from 255) = 26.96%

R = 34.24%
G = 38.8%
B = 26.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#BCD594 (or 0xBCD594) is known color: Sprout. HEX triplet: BC, D5 and 94. RGB value is (188,213,148). Sum of RGB (Red+Green+Blue) = 188+213+148=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD594 is #432A6B. Grayscale: #C6C6C6. Windows color (decimal): -4401772 or 9754044. OLE color: 9754044.

HSL color Cylindrical-coordinate representation of color #BCD594: hue angle of 83.08º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCD594 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 148 -
CMYK 0.12 0 0.31 0.16
HSL 83.08º 0.44% 0.71% -
HSV(B) 83.08º 0.31% 0.84% -
XYZ 49.88 60.42 37.05 -
YUV 198.12 99.72 120.79 -
System Red Green Blue C M Y K H S L
Decimal 188 213 148 0.12 0 0.31 0.16 83.08 0.44 0.71
Hex BC D5 94 C 0 1F 10 53 2C 47
Octal 274 325 224 14 0 37 20 123 54 107
Binary 10111100 11010101 10010100 1100 0 11111 10000 1010011 101100 1000111

Color Harmonies of #BCD594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD594

Black with #BCD594

Text Example


Text Example

White with #BCD594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD594; }

 p { color: rgb(188,213,148); }

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

background-color css

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

 a { background-color: rgb(188,213,148); }

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

border-color css

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

 span { border-color: rgb(188,213,148); }

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