Html Css Color HEX #BCD68C Sprout

📋 copy color: '#BCD68C'

red 188 ◦ green 214 ◦ blue 140

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

Shades of Sprout #BCD68C

Tints of Sprout #BCD68C

RGB

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

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

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

R = 34.69%
G = 39.48%
B = 25.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#BCD68C (or 0xBCD68C) is known color: Sprout. HEX triplet: BC, D6 and 8C. RGB value is (188,214,140). Sum of RGB (Red+Green+Blue) = 188+214+140=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD68C is #432973. Grayscale: #C6C6C6. Windows color (decimal): -4401524 or 9230012. OLE color: 9230012.

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

Color convert

RGB 188 214 140 -
CMYK 0.12 0 0.35 0.16
HSL 81.08º 0.47% 0.69% -
HSV(B) 81.08º 0.35% 0.84% -
XYZ 49.52 60.68 33.91 -
YUV 197.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 188 214 140 0.12 0 0.35 0.16 81.08 0.47 0.69
Hex BC D6 8C C 0 23 10 51 2F 45
Octal 274 326 214 14 0 43 20 121 57 105
Binary 10111100 11010110 10001100 1100 0 100011 10000 1010001 101111 1000101

Color Harmonies of #BCD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD68C

Black with #BCD68C

Text Example


Text Example

White with #BCD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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