Html Css Color HEX #BCD690 Sprout

📋 copy color: '#BCD690'

red 188 ◦ green 214 ◦ blue 144

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

Shades of Sprout #BCD690

Tints of Sprout #BCD690

RGB

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

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

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

R = 34.43%
G = 39.19%
B = 26.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#BCD690 (or 0xBCD690) is known color: Sprout. HEX triplet: BC, D6 and 90. RGB value is (188,214,144). Sum of RGB (Red+Green+Blue) = 188+214+144=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD690 is #43296F. Grayscale: #C6C6C6. Windows color (decimal): -4401520 or 9492156. OLE color: 9492156.

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

Color convert

RGB 188 214 144 -
CMYK 0.12 0 0.33 0.16
HSL 82.29º 0.46% 0.7% -
HSV(B) 82.29º 0.33% 0.84% -
XYZ 49.82 60.8 35.5 -
YUV 198.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 188 214 144 0.12 0 0.33 0.16 82.29 0.46 0.7
Hex BC D6 90 C 0 21 10 52 2E 46
Octal 274 326 220 14 0 41 20 122 56 106
Binary 10111100 11010110 10010000 1100 0 100001 10000 1010010 101110 1000110

Color Harmonies of #BCD690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD690

Black with #BCD690

Text Example


Text Example

White with #BCD690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD690; }

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

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

background-color css

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

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

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

border-color css

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

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

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