Html Css Color HEX #BCC99D Sprout

📋 copy color: '#BCC99D'

red 188 ◦ green 201 ◦ blue 157

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

Shades of Sprout #BCC99D

Tints of Sprout #BCC99D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.81%

 BLUE value IS 157 (61.72% from 255) = 28.75%

R = 34.43%
G = 36.81%
B = 28.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#BCC99D (or 0xBCC99D) is known color: Sprout. HEX triplet: BC, C9 and 9D. RGB value is (188,201,157). Sum of RGB (Red+Green+Blue) = 188+201+157=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC99D is #433662. Grayscale: #C0C0C0. Windows color (decimal): -4404835 or 10340796. OLE color: 10340796.

HSL color Cylindrical-coordinate representation of color #BCC99D: hue angle of 77.73º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC99D is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 157 -
CMYK 0.06 0 0.22 0.21
HSL 77.73º 0.29% 0.7% -
HSV(B) 77.73º 0.22% 0.79% -
XYZ 47.71 54.9 39.98 -
YUV 192.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 188 201 157 0.06 0 0.22 0.21 77.73 0.29 0.7
Hex BC C9 9D 6 0 16 15 4E 1D 46
Octal 274 311 235 6 0 26 25 116 35 106
Binary 10111100 11001001 10011101 110 0 10110 10101 1001110 11101 1000110

Color Harmonies of #BCC99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC99D

Black with #BCC99D

Text Example


Text Example

White with #BCC99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC99D; }

 p { color: rgb(188,201,157); }

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

background-color css

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

 a { background-color: rgb(188,201,157); }

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

border-color css

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

 span { border-color: rgb(188,201,157); }

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