Html Css Color HEX #BCC69F Sprout

📋 copy color: '#BCC69F'

red 188 ◦ green 198 ◦ blue 159

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

Shades of Sprout #BCC69F

Tints of Sprout #BCC69F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.33%

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

R = 34.5%
G = 36.33%
B = 29.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#BCC69F (or 0xBCC69F) is known color: Sprout. HEX triplet: BC, C6 and 9F. RGB value is (188,198,159). Sum of RGB (Red+Green+Blue) = 188+198+159=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC69F is #433960. Grayscale: #BEBEBE. Windows color (decimal): -4405601 or 10471100. OLE color: 10471100.

HSL color Cylindrical-coordinate representation of color #BCC69F: hue angle of 75.38º degrees, saturation: 0.25, 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 #BCC69F is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 159 -
CMYK 0.05 0 0.20 0.22
HSL 75.38º 0.25% 0.7% -
HSV(B) 75.38º 0.2% 0.78% -
XYZ 47.19 53.58 40.66 -
YUV 190.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 188 198 159 0.05 0 0.20 0.22 75.38 0.25 0.7
Hex BC C6 9F 5 0 14 16 4B 19 46
Octal 274 306 237 5 0 24 26 113 31 106
Binary 10111100 11000110 10011111 101 0 10100 10110 1001011 11001 1000110

Color Harmonies of #BCC69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC69F

Black with #BCC69F

Text Example


Text Example

White with #BCC69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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