Html Css Color HEX #BCC89F Sprout

📋 copy color: '#BCC89F'

red 188 ◦ green 200 ◦ blue 159

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

Shades of Sprout #BCC89F

Tints of Sprout #BCC89F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.56%

 BLUE value IS 159 (62.5% from 255) = 29.07%

R = 34.37%
G = 36.56%
B = 29.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#BCC89F (or 0xBCC89F) is known color: Sprout. HEX triplet: BC, C8 and 9F. RGB value is (188,200,159). Sum of RGB (Red+Green+Blue) = 188+200+159=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC89F is #433760. Grayscale: #BFBFBF. Windows color (decimal): -4405089 or 10471612. OLE color: 10471612.

HSL color Cylindrical-coordinate representation of color #BCC89F: hue angle of 77.56º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC89F is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 159 -
CMYK 0.06 0 0.20 0.22
HSL 77.56º 0.27% 0.7% -
HSV(B) 77.56º 0.21% 0.78% -
XYZ 47.65 54.5 40.81 -
YUV 191.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 188 200 159 0.06 0 0.20 0.22 77.56 0.27 0.7
Hex BC C8 9F 6 0 14 16 4E 1B 46
Octal 274 310 237 6 0 24 26 116 33 106
Binary 10111100 11001000 10011111 110 0 10100 10110 1001110 11011 1000110

Color Harmonies of #BCC89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC89F

Black with #BCC89F

Text Example


Text Example

White with #BCC89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC89F; }

 p { color: rgb(188,200,159); }

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

background-color css

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

 a { background-color: rgb(188,200,159); }

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

border-color css

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

 span { border-color: rgb(188,200,159); }

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