Html Css Color HEX #BCDC90 Sprout

📋 copy color: '#BCDC90'

red 188 ◦ green 220 ◦ blue 144

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

Shades of Sprout #BCDC90

Tints of Sprout #BCDC90

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.86%

 BLUE value IS 144 (56.64% from 255) = 26.09%

R = 34.06%
G = 39.86%
B = 26.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#BCDC90 (or 0xBCDC90) is known color: Sprout. HEX triplet: BC, DC and 90. RGB value is (188,220,144). Sum of RGB (Red+Green+Blue) = 188+220+144=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC90 is #43236F. Grayscale: #CACACA. Windows color (decimal): -4399984 or 9493692. OLE color: 9493692.

HSL color Cylindrical-coordinate representation of color #BCDC90: hue angle of 85.26º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCDC90 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 144 -
CMYK 0.15 0 0.35 0.14
HSL 85.26º 0.52% 0.71% -
HSV(B) 85.26º 0.35% 0.86% -
XYZ 51.37 63.89 36.01 -
YUV 201.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 188 220 144 0.15 0 0.35 0.14 85.26 0.52 0.71
Hex BC DC 90 F 0 23 E 55 34 47
Octal 274 334 220 17 0 43 16 125 64 107
Binary 10111100 11011100 10010000 1111 0 100011 1110 1010101 110100 1000111

Color Harmonies of #BCDC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC90

Black with #BCDC90

Text Example


Text Example

White with #BCDC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC90; }

 p { color: rgb(188,220,144); }

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

background-color css

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

 a { background-color: rgb(188,220,144); }

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

border-color css

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

 span { border-color: rgb(188,220,144); }

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