Html Css Color HEX #BCD693 Sprout

📋 copy color: '#BCD693'

red 188 ◦ green 214 ◦ blue 147

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

Shades of Sprout #BCD693

Tints of Sprout #BCD693

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.98%

 BLUE value IS 147 (57.81% from 255) = 26.78%

R = 34.24%
G = 38.98%
B = 26.78%

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

#BCD693 (or 0xBCD693) is known color: Sprout. HEX triplet: BC, D6 and 93. RGB value is (188,214,147). Sum of RGB (Red+Green+Blue) = 188+214+147=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD693 is #43296C. Grayscale: #C6C6C6. Windows color (decimal): -4401517 or 9688764. OLE color: 9688764.

HSL color Cylindrical-coordinate representation of color #BCD693: hue angle of 83.28º degrees, saturation: 0.45, 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 #BCD693 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 147 -
CMYK 0.12 0 0.31 0.16
HSL 83.28º 0.45% 0.71% -
HSV(B) 83.28º 0.31% 0.84% -
XYZ 50.05 60.89 36.72 -
YUV 198.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 188 214 147 0.12 0 0.31 0.16 83.28 0.45 0.71
Hex BC D6 93 C 0 1F 10 53 2D 47
Octal 274 326 223 14 0 37 20 123 55 107
Binary 10111100 11010110 10010011 1100 0 11111 10000 1010011 101101 1000111

Color Harmonies of #BCD693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD693

Black with #BCD693

Text Example


Text Example

White with #BCD693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD693; }

 p { color: rgb(188,214,147); }

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

background-color css

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

 a { background-color: rgb(188,214,147); }

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

border-color css

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

 span { border-color: rgb(188,214,147); }

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