Html Css Color HEX #BCDA90 Sprout

📋 copy color: '#BCDA90'

red 188 ◦ green 218 ◦ blue 144

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

Shades of Sprout #BCDA90

Tints of Sprout #BCDA90

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.64%

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

R = 34.18%
G = 39.64%
B = 26.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#BCDA90 (or 0xBCDA90) is known color: Sprout. HEX triplet: BC, DA and 90. RGB value is (188,218,144). Sum of RGB (Red+Green+Blue) = 188+218+144=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA90 is #43256F. Grayscale: #C8C8C8. Windows color (decimal): -4400496 or 9493180. OLE color: 9493180.

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

Color convert

RGB 188 218 144 -
CMYK 0.14 0 0.34 0.15
HSL 84.32º 0.5% 0.71% -
HSV(B) 84.32º 0.34% 0.85% -
XYZ 50.84 62.85 35.84 -
YUV 200.59 96.06 119.02 -
System Red Green Blue C M Y K H S L
Decimal 188 218 144 0.14 0 0.34 0.15 84.32 0.5 0.71
Hex BC DA 90 E 0 22 F 54 32 47
Octal 274 332 220 16 0 42 17 124 62 107
Binary 10111100 11011010 10010000 1110 0 100010 1111 1010100 110010 1000111

Color Harmonies of #BCDA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA90

Black with #BCDA90

Text Example


Text Example

White with #BCDA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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