Html Css Color HEX #BCC89B Sprout

📋 copy color: '#BCC89B'

red 188 ◦ green 200 ◦ blue 155

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

Shades of Sprout #BCC89B

Tints of Sprout #BCC89B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.55%

R = 34.62%
G = 36.83%
B = 28.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#BCC89B (or 0xBCC89B) is known color: Sprout. HEX triplet: BC, C8 and 9B. RGB value is (188,200,155). Sum of RGB (Red+Green+Blue) = 188+200+155=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC89B is #433764. Grayscale: #BFBFBF. Windows color (decimal): -4405093 or 10209468. OLE color: 10209468.

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

Color convert

RGB 188 200 155 -
CMYK 0.06 0 0.22 0.22
HSL 76º 0.29% 0.7% -
HSV(B) 76º 0.23% 0.78% -
XYZ 47.31 54.37 39.01 -
YUV 191.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 188 200 155 0.06 0 0.22 0.22 76 0.29 0.7
Hex BC C8 9B 6 0 16 16 4C 1D 46
Octal 274 310 233 6 0 26 26 114 35 106
Binary 10111100 11001000 10011011 110 0 10110 10110 1001100 11101 1000110

Color Harmonies of #BCC89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC89B

Black with #BCC89B

Text Example


Text Example

White with #BCC89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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