Html Css Color HEX #BCD291 Sprout

📋 copy color: '#BCD291'

red 188 ◦ green 210 ◦ blue 145

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

Shades of Sprout #BCD291

Tints of Sprout #BCD291

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.67%

 BLUE value IS 145 (57.03% from 255) = 26.7%

R = 34.62%
G = 38.67%
B = 26.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#BCD291 (or 0xBCD291) is known color: Sprout. HEX triplet: BC, D2 and 91. RGB value is (188,210,145). Sum of RGB (Red+Green+Blue) = 188+210+145=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD291 is #432D6E. Grayscale: #C4C4C4. Windows color (decimal): -4402543 or 9556668. OLE color: 9556668.

HSL color Cylindrical-coordinate representation of color #BCD291: hue angle of 80.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCD291 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 145 -
CMYK 0.10 0 0.31 0.18
HSL 80.31º 0.42% 0.7% -
HSV(B) 80.31º 0.31% 0.82% -
XYZ 48.9 58.83 35.57 -
YUV 196.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 188 210 145 0.10 0 0.31 0.18 80.31 0.42 0.7
Hex BC D2 91 A 0 1F 12 50 2A 46
Octal 274 322 221 12 0 37 22 120 52 106
Binary 10111100 11010010 10010001 1010 0 11111 10010 1010000 101010 1000110

Color Harmonies of #BCD291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD291

Black with #BCD291

Text Example


Text Example

White with #BCD291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD291; }

 p { color: rgb(188,210,145); }

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

background-color css

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

 a { background-color: rgb(188,210,145); }

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

border-color css

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

 span { border-color: rgb(188,210,145); }

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