Html Css Color HEX #BCD798 Sprout

📋 copy color: '#BCD798'

red 188 ◦ green 215 ◦ blue 152

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

Shades of Sprout #BCD798

Tints of Sprout #BCD798

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.74%

 BLUE value IS 152 (59.77% from 255) = 27.39%

R = 33.87%
G = 38.74%
B = 27.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#BCD798 (or 0xBCD798) is known color: Sprout. HEX triplet: BC, D7 and 98. RGB value is (188,215,152). Sum of RGB (Red+Green+Blue) = 188+215+152=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD798 is #432867. Grayscale: #C7C7C7. Windows color (decimal): -4401256 or 10016700. OLE color: 10016700.

HSL color Cylindrical-coordinate representation of color #BCD798: hue angle of 85.71º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCD798 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 152 -
CMYK 0.13 0 0.29 0.16
HSL 85.71º 0.44% 0.72% -
HSV(B) 85.71º 0.29% 0.84% -
XYZ 50.71 61.56 38.92 -
YUV 199.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 188 215 152 0.13 0 0.29 0.16 85.71 0.44 0.72
Hex BC D7 98 D 0 1D 10 56 2C 48
Octal 274 327 230 15 0 35 20 126 54 110
Binary 10111100 11010111 10011000 1101 0 11101 10000 1010110 101100 1001000

Color Harmonies of #BCD798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD798

Black with #BCD798

Text Example


Text Example

White with #BCD798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD798; }

 p { color: rgb(188,215,152); }

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

background-color css

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

 a { background-color: rgb(188,215,152); }

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

border-color css

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

 span { border-color: rgb(188,215,152); }

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