Html Css Color HEX #BCC89E Sprout

📋 copy color: '#BCC89E'

red 188 ◦ green 200 ◦ blue 158

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

Shades of Sprout #BCC89E

Tints of Sprout #BCC89E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.94%

R = 34.43%
G = 36.63%
B = 28.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#BCC89E (or 0xBCC89E) is known color: Sprout. HEX triplet: BC, C8 and 9E. RGB value is (188,200,158). Sum of RGB (Red+Green+Blue) = 188+200+158=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC89E is #433761. Grayscale: #BFBFBF. Windows color (decimal): -4405090 or 10406076. OLE color: 10406076.

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

Color convert

RGB 188 200 158 -
CMYK 0.06 0 0.21 0.22
HSL 77.14º 0.28% 0.7% -
HSV(B) 77.14º 0.21% 0.78% -
XYZ 47.56 54.47 40.35 -
YUV 191.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 188 200 158 0.06 0 0.21 0.22 77.14 0.28 0.7
Hex BC C8 9E 6 0 15 16 4D 1C 46
Octal 274 310 236 6 0 25 26 115 34 106
Binary 10111100 11001000 10011110 110 0 10101 10110 1001101 11100 1000110

Color Harmonies of #BCC89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC89E

Black with #BCC89E

Text Example


Text Example

White with #BCC89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC89E; }

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

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

background-color css

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

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

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

border-color css

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

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

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