Html Css Color HEX #BCD497 Sprout

📋 copy color: '#BCD497'

red 188 ◦ green 212 ◦ blue 151

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

Shades of Sprout #BCD497

Tints of Sprout #BCD497

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.48%

 BLUE value IS 151 (59.38% from 255) = 27.4%

R = 34.12%
G = 38.48%
B = 27.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#BCD497 (or 0xBCD497) is known color: Sprout. HEX triplet: BC, D4 and 97. RGB value is (188,212,151). Sum of RGB (Red+Green+Blue) = 188+212+151=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD497 is #432B68. Grayscale: #C6C6C6. Windows color (decimal): -4402025 or 9950396. OLE color: 9950396.

HSL color Cylindrical-coordinate representation of color #BCD497: hue angle of 83.61º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCD497 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 151 -
CMYK 0.11 0 0.29 0.17
HSL 83.61º 0.41% 0.71% -
HSV(B) 83.61º 0.29% 0.83% -
XYZ 49.87 60.01 38.23 -
YUV 197.87 101.55 120.96 -
System Red Green Blue C M Y K H S L
Decimal 188 212 151 0.11 0 0.29 0.17 83.61 0.41 0.71
Hex BC D4 97 B 0 1D 11 54 29 47
Octal 274 324 227 13 0 35 21 124 51 107
Binary 10111100 11010100 10010111 1011 0 11101 10001 1010100 101001 1000111

Color Harmonies of #BCD497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD497

Black with #BCD497

Text Example


Text Example

White with #BCD497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD497; }

 p { color: rgb(188,212,151); }

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

background-color css

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

 a { background-color: rgb(188,212,151); }

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

border-color css

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

 span { border-color: rgb(188,212,151); }

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